Point Cloud Library (PCL)
1.14.1-dev
|
Parameters used in this class. More...
#include <pcl/features/range_image_border_extractor.h>
Public Member Functions | |
Parameters ()=default | |
Public Attributes | |
int | max_no_of_threads {1} |
int | pixel_radius_borders {3} |
int | pixel_radius_plane_extraction {2} |
int | pixel_radius_border_direction {2} |
float | minimum_border_probability {0.8f} |
int | pixel_radius_principal_curvature {2} |
Parameters used in this class.
Definition at line 86 of file range_image_border_extractor.h.
|
default |
int pcl::RangeImageBorderExtractor::Parameters::max_no_of_threads {1} |
Definition at line 89 of file range_image_border_extractor.h.
float pcl::RangeImageBorderExtractor::Parameters::minimum_border_probability {0.8f} |
Definition at line 93 of file range_image_border_extractor.h.
Referenced by pcl::RangeImageBorderExtractor::changeScoreAccordingToShadowBorderValue(), pcl::RangeImageBorderExtractor::checkPotentialBorder(), pcl::operator<<(), and pcl::RangeImageBorderExtractor::updatedScoreAccordingToNeighborValues().
int pcl::RangeImageBorderExtractor::Parameters::pixel_radius_border_direction {2} |
Definition at line 92 of file range_image_border_extractor.h.
Referenced by pcl::operator<<().
int pcl::RangeImageBorderExtractor::Parameters::pixel_radius_borders {3} |
int pcl::RangeImageBorderExtractor::Parameters::pixel_radius_plane_extraction {2} |
Definition at line 91 of file range_image_border_extractor.h.
Referenced by pcl::operator<<().
int pcl::RangeImageBorderExtractor::Parameters::pixel_radius_principal_curvature {2} |
Definition at line 94 of file range_image_border_extractor.h.
Referenced by pcl::operator<<().