paper-with-me

홈 › Papers

Fast and robust curve skeletonization for real-world elongated objects

2017-02-24 · Amy Tabb, Henry Medeiros

We consider the problem of extracting curve skeletons of three-dimensional, elongated objects given a noisy surface, which has applications in agricultural contexts such as extracting the branching structure of plants. We describe an efficient and robust method based on breadth-first search that can determine curve skeletons in these contexts. Our approach is capable of automatically detecting junction points as well as spurious segments and loops. All of that is accomplished with only one user-adjustable parameter. The run time of our method ranges from hundreds of milliseconds to less than four seconds on large, challenging datasets, which makes it appropriate for situations where real-time decision making is needed. Experiments on synthetic models as well as on data from real world objects, some of which were collected in challenging field conditions, show that our approach compares favorably to classical thinning algorithms as well as to recent contributions to the field.

📄 PDF Abstract BibTeX arXiv:1702.07619

Code (2)

amy-tabb/CurveSkel-Tabb-Medeiros 공식 구현
amy-tabb/CurveSkel-Tabb-Medeiros-2018

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Curve Skeletonization in Continuous domain for Meshes and Point Clouds

2026-05-25 · Jai Bardhan, Ramya Hebbalaguppe, Aravind Udupa arxiv

Advancements in 3D curve skeletonization are accelerating progress across a wide range of applications. However, developing robust skeletonization algorithms that capture intricate object details remains challenging. Ske…

Point Clouds

Reconstructing Thin Structures of Manifold Surfaces by Integrating Spatial Curves

2018-06-01 · CVPR 2018 6 · Shiwei Li, Yao Yao, Tian Fang, Long Quan

The manifold surface reconstruction in multi-view stereo often fails in retaining thin structures due to incomplete and noisy reconstructed point clouds. In this paper, we address this problem by leveraging spatial curve…

Surface Reconstruction

Object Co-Skeletonization With Co-Segmentation

2017-07-01 · CVPR 2017 7 · Koteswar Rao Jerripothula, Jianfei Cai, Jiangbo Lu, Junsong Yuan

Recent advances in the joint processing of images have certainly shown its advantages over the individual processing. Different from the existing works geared towards co-segmentation or co-localization, in this paper, we…

ObjectSegmentation

Fitting Skeletal Models via Graph-based Learning

2024-09-09 · Nicolás Gaggion, Enzo Ferrante, Beatriz Paniagua, Jared Vicory

Skeletonization is a popular shape analysis technique that models an object's interior as opposed to just its boundary. Fitting template-based skeletal models is a time-consuming process requiring much manual parameter t…

Hippocampus

Skelite: Compact Neural Networks for Efficient Iterative Skeletonization

2025-03-10 · Luis D. Reyes Vargas, Martin J. Menten, Johannes C. Paetzold, Nassir Navab 외

Skeletonization extracts thin representations from images that compactly encode their geometry and topology. These representations have become an important topological prior for preserving connectivity in curvilinear str…

BenchmarkingComputational Efficiency