Metadata-Version: 2.4
Name: lite3dreg
Version: 1.1
Summary: Lite3DReg Python bindings with prebuilt native modules for Linux and Windows.
Author: duanbotu123
Keywords: lite3d,registration,point-cloud,computer-vision
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.8
Description-Content-Type: text/markdown

## Lite3DReg

Lite3DReg 提供 Lite3D 配准算法的 Python 绑定，封装了已经编译好的原生动态库：

- `pyregister.cpython-311-x86_64-linux-gnu.so`：Linux x86_64 CPython 3.11 版本。
- `pyregister.pyd`：Windows 平台的动态库。

### 安装

```bash
pip install lite3dreg
```

### 使用

```python
import lite3dreg
```

将根据当前操作系统自动加载相应的动态库。
