isl-org/Open3D

How to compare 2 point clouds ?

开放

#6,680 创建于 2024年3月7日

 (3 条评论) (0 个反应) (0 位负责人)C++ (2,151 个派生)batch import
good first issuequestion

仓库指标

星标
 (10,036 个星标)
PR 合并指标
 (平均合并 23天 3小时) (30 天内合并 5 个 PR)

描述

Checklist

My Question

Hi, I want to compare two point-clouds using the open3d library. My main goal is to do comparison between a point cloud of an object from a LiDAR scan device and another point cloud from the 3D CAD model of the same object. But for now, I'm doing comparison between point clouds of 2 similar cars to start with.

I want to know how I should compare both point clouds to get regions of similarity or dissimilarity. ChatGPT suggested to extract feature descriptors using FPFH method. But I don't know what to do next with them.

The point to note is, both point clouds will have different number of points.

贡献者指南