Skip to content

3D point cloud curve extraction. Heavily based on "Curve Reconstruction from Unorganized Points" by In-Kwon Lee

Notifications You must be signed in to change notification settings

aliadnani/curves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

3D Point Cloud Curve Extraction

Input Array: Nx3 Array of Points in [x,y,z form]

1. Thin points from 'points' array

thinned_points, regression_lines = thin_line(points)

2. Sort points

sorted_points = sort_points(thinned_points, regression_lines)

3. Visualize

4. Fine tune: thin_line: point_cloud_thickness controls the radius in which points are selected to perform principle component analysis for.

sort_points: sorted_point_distance controls the radius adjacent points are selected for ordering the thinned curve.

About

3D point cloud curve extraction. Heavily based on "Curve Reconstruction from Unorganized Points" by In-Kwon Lee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages