Implementation of GRIP & FLAMES algorithms, for Fast & Global Point Cloud rigid registration.
Project description
GRIP
Implementation of GRIP & FLAMES algorithms, for Fast & Global Point Cloud rigid registration.
Installation
pip install grip
Basic Usage
- Pairwise:
from grip import PairwiseGRIP, icp
estimator = PairwiseGRIP(icp)
T_s2m_hat = estimator(sources, models)
# or
registered_sources, registered_models = estimator.register(sources, models)
- Generative multiview:
from grip import GenerativeMultiviewsGRIP, ChamferJRMPC
estimator = GenerativeMultiviewsGRIP(ChamferJRMPC())
estimator(views)
T_hat = estimator.T_hat
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gripcd-0.1.2.tar.gz
(170.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gripcd-0.1.2-py3-none-any.whl
(234.0 kB
view details)
File details
Details for the file gripcd-0.1.2.tar.gz.
File metadata
- Download URL: gripcd-0.1.2.tar.gz
- Upload date:
- Size: 170.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee69402d096b71c2c4a27838ad28c7d4a418bfa8acfd146b9305f1d9380cfc11
|
|
| MD5 |
030aacfe95f8c8204d99c3178d83c790
|
|
| BLAKE2b-256 |
ca45db93030775187d74d9513e84ad6483fb5b63e310280b350044c495dda890
|
File details
Details for the file gripcd-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gripcd-0.1.2-py3-none-any.whl
- Upload date:
- Size: 234.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
869e058c13655d157869a0ad6d72f6ef62733ef3258d08dad8769ac7ea409083
|
|
| MD5 |
95adc670b9833752378f0008054dc72d
|
|
| BLAKE2b-256 |
1afd1ad028af4964454ee4275af3393e80d61f48a24afc18d878b1e3dd79df0d
|