ece4580:module_pcd:normals
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ece4580:module_pcd:normals [2017/04/08 17:42] – created pvela | ece4580:module_pcd:normals [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
For the sample point cloud file given, plot the normals. Do not really plot them all, but rather sub-sample the points array and only compute then plot the normals for those points. The Matlab example linked to in the discussion page for this problem (above link for //local normal estimation// | For the sample point cloud file given, plot the normals. Do not really plot them all, but rather sub-sample the points array and only compute then plot the normals for those points. The Matlab example linked to in the discussion page for this problem (above link for //local normal estimation// | ||
- | ==== Week #4: Clustering by Normal Structure ==== | ||
- | The connected component clustering does not do too well when different objects are actually connected, say because they are touching, or one is resting on the other. | ||
- | Perform a region growing clustering strategy using the connected components for the region expansion candidate, and using the angular difference between normals to assess membership to the same cluster. | ||
- | |||
- | /*Read the slides on [[http:// | ||
- | |||
- | For Matlab folks, an exemplar implementation of normal vector estimation can be found [[https:// | ||
- | |||
- | For PCL folks, you may refer to the [[http:// | ||
- | */ | ||
-------- | -------- | ||
;#; | ;#; |
ece4580/module_pcd/normals.1491687728.txt.gz · Last modified: 2024/08/20 21:38 (external edit)