|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/recognition/ransac_based/orr_octree_zprojection.h>
Classes | |
| class | Pixel |
| class | Set |
Public Member Functions | |
| ORROctreeZProjection ()=default | |
| virtual | ~ORROctreeZProjection () |
| void | build (const ORROctree &input, float eps_front, float eps_back) |
| void | clear () |
| void | getPixelCoordinates (const float *p, int &x, int &y) const |
| const Pixel * | getPixel (const float *p) const |
| Pixel * | getPixel (const float *p) |
| const std::set< ORROctree::Node *, bool(*)(ORROctree::Node *, ORROctree::Node *)> * | getOctreeNodes (const float *p) const |
| std::list< Pixel * > & | getFullPixels () |
| const Pixel * | getPixel (int i, int j) const |
| float | getPixelSize () const |
| const float * | getBounds () const |
| void | getNumberOfPixels (int &num_x, int &num_y) const |
| Get the width ('num_x') and height ('num_y') of the image. | |
Protected Attributes | |
| float | pixel_size_ |
| float | inv_pixel_size_ |
| float | bounds_ [4] |
| float | extent_x_ |
| float | extent_y_ |
| int | num_pixels_x_ |
| int | num_pixels_y_ |
| int | num_pixels_ |
| Pixel *** | pixels_ {nullptr} |
| Set *** | sets_ {nullptr} |
| std::list< Set * > | full_sets_ |
| std::list< Pixel * > | full_pixels_ |
Definition at line 56 of file orr_octree_zprojection.h.
|
default |
|
inlinevirtual |
Definition at line 118 of file orr_octree_zprojection.h.
References clear().
| void pcl::recognition::ORROctreeZProjection::build | ( | const ORROctree & | input, |
| float | eps_front, | ||
| float | eps_back ) |
| void pcl::recognition::ORROctreeZProjection::clear | ( | ) |
Referenced by ~ORROctreeZProjection().
|
inline |
Definition at line 185 of file orr_octree_zprojection.h.
References bounds_.
|
inline |
Definition at line 170 of file orr_octree_zprojection.h.
References full_pixels_.
|
inline |
Get the width ('num_x') and height ('num_y') of the image.
Definition at line 192 of file orr_octree_zprojection.h.
References num_pixels_x_, and num_pixels_y_.
|
inline |
Definition at line 156 of file orr_octree_zprojection.h.
References getOctreeNodes(), getPixelCoordinates(), num_pixels_x_, num_pixels_y_, and sets_.
Referenced by getOctreeNodes().
|
inline |
Definition at line 145 of file orr_octree_zprojection.h.
References getPixelCoordinates(), num_pixels_x_, num_pixels_y_, and pixels_.
|
inline |
Definition at line 134 of file orr_octree_zprojection.h.
References getPixelCoordinates(), num_pixels_x_, num_pixels_y_, and pixels_.
|
inline |
Definition at line 173 of file orr_octree_zprojection.h.
References pixels_.
|
inline |
Definition at line 127 of file orr_octree_zprojection.h.
References bounds_, and inv_pixel_size_.
Referenced by getOctreeNodes(), getPixel(), and getPixel().
|
inline |
Definition at line 179 of file orr_octree_zprojection.h.
References pixel_size_.
|
protected |
Definition at line 199 of file orr_octree_zprojection.h.
Referenced by getBounds(), and getPixelCoordinates().
|
protected |
Definition at line 199 of file orr_octree_zprojection.h.
|
protected |
Definition at line 199 of file orr_octree_zprojection.h.
|
protected |
Definition at line 204 of file orr_octree_zprojection.h.
Referenced by getFullPixels().
|
protected |
Definition at line 203 of file orr_octree_zprojection.h.
|
protected |
Definition at line 199 of file orr_octree_zprojection.h.
Referenced by getPixelCoordinates().
|
protected |
Definition at line 200 of file orr_octree_zprojection.h.
|
protected |
Definition at line 200 of file orr_octree_zprojection.h.
Referenced by getNumberOfPixels(), getOctreeNodes(), getPixel(), and getPixel().
|
protected |
Definition at line 200 of file orr_octree_zprojection.h.
Referenced by getNumberOfPixels(), getOctreeNodes(), getPixel(), and getPixel().
|
protected |
Definition at line 199 of file orr_octree_zprojection.h.
Referenced by getPixelSize().
|
protected |
Definition at line 201 of file orr_octree_zprojection.h.
Referenced by getPixel(), getPixel(), and getPixel().
|
protected |
Definition at line 202 of file orr_octree_zprojection.h.
Referenced by getOctreeNodes().