paper-with-me

홈 › Papers

Contour Detection in Unstructured 3D Point Clouds

2016-06-01 · CVPR 2016 6 · Timo Hackel, Jan D. Wegner, Konrad Schindler

We describe a method to automatically detect contours, i.e. lines along which the surface orientation sharply changes, in large-scale outdoor point clouds. Contours are important intermediate features for structuring point clouds and converting them into high-quality surface or solid models, and are extensively used in graphics and mapping applications. Yet, detecting them in unstructured, inhomogeneous point clouds turns out to be surprisingly difficult, and existing line detection algorithms largely fail. We approach contour extraction as a two-stage discriminative learning problem. In the first stage, a contour score for each individual point is predicted with a binary classifier, using a set of features extracted from the point's neighborhood. The contour scores serve as a basis to construct an overcomplete graph of candidate contours. The second stage selects an optimal set of contours from the candidates. This amounts to a further binary classification in a higher-order MRF, whose cliques encode a preference for connected contours and penalize loose ends. The method can handle point clouds >10^7 points in a couple of minutes, and vastly outperforms a baseline that performs Canny-style edge detection on a range image representation of the point cloud.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationContour DetectionEdge DetectionLine Detection

Similar Papers 제목 키워드 기반

Filling missing data in point clouds by merging structured and unstructured point clouds

2017-02-15 · Franziska Lippoldt, Hartmut Schwandt

Point clouds arising from structured data, mainly as a result of CT scans, provides special properties on the distribution of points and the distances between those. Yet often, the amount of data provided can not compare…

Surface Reconstruction

ANTLER: Bayesian Nonlinear Tensor Learning and Modeler for Unstructured, Varying-Size Point Cloud Data

2022-02-25 · Michael Biehler, Hao Yan, Jianjun Shi

Unstructured point clouds with varying sizes are increasingly acquired in a variety of environments through laser triangulation or Light Detection and Ranging (LiDAR). Predicting a scalar response based on unstructured p…

Dimensionality ReductionQuantizationregression

SSN: Shape Signature Networks for Multi-class Object Detection from Point Clouds

2020-04-06 · Xinge Zhu, Yuexin Ma, Tai Wang, Yan Xu 외

Multi-class 3D object detection aims to localize and classify objects of multiple categories from point clouds. Due to the nature of point clouds, i.e. unstructured, sparse and noisy, some features benefit-ting multi-cla…

3D Object Detectionobject-detectionObject Detection

SSN: Shape Signature Networks for Multi-class Object Detection from Point Clouds

2020-08-01 · ECCV 2020 8 · Xinge Zhu      Yuexin Ma      Tai Wang      Yan Xu Jianping Shi      Dahua Lin

Multi-class 3D object detection aims to classify and localize objects of multiple categories from point clouds. Due to the nature of point clouds, i.e. unstructured, sparse and noisy, some features benefit-ting multi-cla…

3D Object Detectionobject-detectionObject Detection

Review: deep learning on 3D point clouds

2020-01-17 · Saifullahi Aminu Bello, Shangshu Yu, Cheng Wang

Point cloud is point sets defined in 3D metric space. Point cloud has become one of the most significant data format for 3D representation. Its gaining increased popularity as a result of increased availability of acquis…

Autonomous DrivingDeep Learning