Point Cloud Library (PCL) 1.12.1
Loading...
Searching...
No Matches
pcl::RangeImageBorderExtractor::Parameters Struct Reference

Parameters used in this class. More...

#include <pcl/features/range_image_border_extractor.h>

Public Member Functions

 Parameters ()

Public Attributes

int max_no_of_threads
int pixel_radius_borders
int pixel_radius_plane_extraction
int pixel_radius_border_direction
float minimum_border_probability
int pixel_radius_principal_curvature

Detailed Description

Parameters used in this class.

Definition at line 87 of file range_image_border_extractor.h.

Constructor & Destructor Documentation

◆ Parameters()

pcl::RangeImageBorderExtractor::Parameters::Parameters ( )
inline

Member Data Documentation

◆ max_no_of_threads

int pcl::RangeImageBorderExtractor::Parameters::max_no_of_threads

Definition at line 91 of file range_image_border_extractor.h.

Referenced by Parameters().

◆ minimum_border_probability

float pcl::RangeImageBorderExtractor::Parameters::minimum_border_probability

Definition at line 95 of file range_image_border_extractor.h.

Referenced by pcl::operator<<(), and Parameters().

◆ pixel_radius_border_direction

int pcl::RangeImageBorderExtractor::Parameters::pixel_radius_border_direction

Definition at line 94 of file range_image_border_extractor.h.

Referenced by pcl::operator<<(), and Parameters().

◆ pixel_radius_borders

int pcl::RangeImageBorderExtractor::Parameters::pixel_radius_borders

Definition at line 92 of file range_image_border_extractor.h.

Referenced by pcl::operator<<(), and Parameters().

◆ pixel_radius_plane_extraction

int pcl::RangeImageBorderExtractor::Parameters::pixel_radius_plane_extraction

Definition at line 93 of file range_image_border_extractor.h.

Referenced by pcl::operator<<(), and Parameters().

◆ pixel_radius_principal_curvature

int pcl::RangeImageBorderExtractor::Parameters::pixel_radius_principal_curvature

Definition at line 96 of file range_image_border_extractor.h.

Referenced by pcl::operator<<(), and Parameters().


The documentation for this struct was generated from the following file: