论文标题
彩色点云的质心距离探测器
Centroid Distance Keypoint Detector for Colored Point Clouds
论文作者
论文摘要
KePoint检测是许多计算机视觉和机器人应用应用程序的基础。尽管可以很容易地获得彩色点云,但大多数现有的关键点探测器仅提取几何升压关键点,这可以阻止打算(或有可能)利用颜色信息的系统的整体性能。为了促进此类系统的进步,我们提出了一个有效的多模式关键点检测器,该检测器可以在彩色点云中提取几何升压和颜色 - 升压关键点。所提出的质心距离(CED)关键点检测器包括一个直观有效的显着性指标,可用于3D空间和色彩空间中的质心距离,以及可以在两个或更多模态下具有极大显着性的多模式的非最大最大抑制算法。提出的显着性测量直接利用了当地社区中点的分布,并且不需要正常的估计或特征值分解。我们根据合成数据集和现实世界中的最新关键点检测器评估了提出的方法(即运行时间)。结果表明,我们提出的CED键盘检测器需要最小的计算时间,同时获得高可重复性。为了展示所提出方法的潜在应用之一,我们进一步研究了有色点云注册的任务。结果表明,我们提出的CED检测器在评估场景中优于最先进的手工制作和基于学习的关键点检测器。提出的方法的C ++实现可在https://github.com/ucr-robotics/ced_detector上公开获得。
Keypoint detection serves as the basis for many computer vision and robotics applications. Despite the fact that colored point clouds can be readily obtained, most existing keypoint detectors extract only geometry-salient keypoints, which can impede the overall performance of systems that intend to (or have the potential to) leverage color information. To promote advances in such systems, we propose an efficient multi-modal keypoint detector that can extract both geometry-salient and color-salient keypoints in colored point clouds. The proposed CEntroid Distance (CED) keypoint detector comprises an intuitive and effective saliency measure, the centroid distance, that can be used in both 3D space and color space, and a multi-modal non-maximum suppression algorithm that can select keypoints with high saliency in two or more modalities. The proposed saliency measure leverages directly the distribution of points in a local neighborhood and does not require normal estimation or eigenvalue decomposition. We evaluate the proposed method in terms of repeatability and computational efficiency (i.e. running time) against state-of-the-art keypoint detectors on both synthetic and real-world datasets. Results demonstrate that our proposed CED keypoint detector requires minimal computational time while attaining high repeatability. To showcase one of the potential applications of the proposed method, we further investigate the task of colored point cloud registration. Results suggest that our proposed CED detector outperforms state-of-the-art handcrafted and learning-based keypoint detectors in the evaluated scenes. The C++ implementation of the proposed method is made publicly available at https://github.com/UCR-Robotics/CED_Detector.