ngriese
Results
1
issues of
ngriese
Hi, I'm trying to register two point clouds using ICP, following the documentation (Section 4.1). Here is my code. My point clouds are stored as .las: ```python UAVLS_cloud = cc.loadPointCloud(UAVLS_path)...