Skip to content

Commit

Permalink
Merge pull request #5818 from themightyoarfish/organized-neihgbour-doc
Browse files Browse the repository at this point in the history
update doc for OrganizedNeighnor
  • Loading branch information
mvieth authored Sep 27, 2023
2 parents 7cc21f7 + 77c628f commit b66f8b8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions search/include/pcl/search/organized.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,14 @@ namespace pcl
{
namespace search
{
/** \brief OrganizedNeighbor is a class for optimized nearest neighbor search in organized point clouds.
* \author Radu B. Rusu, Julius Kammerl, Suat Gedikli, Koen Buys
* \ingroup search
*/
/** \brief OrganizedNeighbor is a class for optimized nearest neighbor search in
* organized projectable point clouds, for instance from Time-Of-Flight cameras or
* stereo cameras. Note that rotating LIDARs may output organized clouds, but are
* not projectable via a pinhole camera model into two dimensions and thus will
* generally not work with this class.
* \author Radu B. Rusu, Julius Kammerl, Suat Gedikli, Koen Buys
* \ingroup search
*/
template<typename PointT>
class OrganizedNeighbor : public pcl::search::Search<PointT>
{
Expand Down

0 comments on commit b66f8b8

Please sign in to comment.