Skip to content

Enderdead/PCL-Normal-Estimation-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normal-Estimation-2d

PCL add-on to compute normal estimation to 2D pointCloud. You can find a Normal2dEstimation class that take 3D points but ignore the z part.

You can see the example result just bellow : normal_illustration

Why

The PCL library doesn't support pure 2D points. You have to use 3D points with a z compotent equals to 0. This trick work with many algorithm like centroid, ICP, ransac etc.. But it doesn't work with normal estimation due to your constant component (all normal are equal to (0,0,1). My implementation solve this problem by ignoring the z component.

Here you can see the problem with pcl 3d normal estimation: problem_normal

About

PCL add-on to compute normal estimation to 2D pointCloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published