PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
9.89k stars 4.61k forks source link

[question] Corner detection Algorithm #6012

Closed nidhinsoni closed 5 months ago

nidhinsoni commented 5 months ago

I was wondering if there are any corner detection algorithms avaliable in PCL. i need to find out the corner points of a rectangular Metal sheet that is bent in the middle to form a inverted V shape. BA

mvieth commented 5 months ago

Please use Stackoverflow or the Discord community chat for such questions. The GitHub issues are intended for bug reports and compile errors. If you haven't already, check if the keypoints or filters modules have something useful.