$search
#include <supporting_plane_extraction.h>
Public Member Functions | |
| bool | getSupportingPlane (std::vector< Polygon::Ptr > &polys, Polygon &sp) |
| extract the supporting plane | |
| void | setAreaMax (double area_max) |
| Set Maximum threshold for area of a polygon. | |
| void | setAreaMin (double area_min) |
| Set Minimum threshold for area of a polygon. | |
| void | setDistanceMax (double distance_max) |
| Set Maximum threshold for distance. | |
| void | setDistanceMin (double distance_min) |
| Set Minimum threshold for distance. | |
| SupportingPlaneExtraction () | |
| Constructor. | |
| ~SupportingPlaneExtraction () | |
| Destructor. | |
Protected Attributes | |
| double | area_max_ |
| double | area_min_ |
| double | distance_max_ |
| double | distance_min_ |
Definition at line 82 of file supporting_plane_extraction.h.
| SupportingPlaneExtraction::SupportingPlaneExtraction | ( | ) | [inline] |
| SupportingPlaneExtraction::~SupportingPlaneExtraction | ( | ) | [inline] |
| bool SupportingPlaneExtraction::getSupportingPlane | ( | std::vector< Polygon::Ptr > & | polys, | |
| Polygon & | sp | |||
| ) |
extract the supporting plane
Definition at line 62 of file supporting_plane_extraction.cpp.
| void SupportingPlaneExtraction::setAreaMax | ( | double | area_max | ) | [inline] |
Set Maximum threshold for area of a polygon.
| area_max | maximum threshold value |
Definition at line 151 of file supporting_plane_extraction.h.
| void SupportingPlaneExtraction::setAreaMin | ( | double | area_min | ) | [inline] |
Set Minimum threshold for area of a polygon.
| area_min | minimum threshold value |
Definition at line 139 of file supporting_plane_extraction.h.
| void SupportingPlaneExtraction::setDistanceMax | ( | double | distance_max | ) | [inline] |
Set Maximum threshold for distance.
| distance_man | maximum threshold value |
Definition at line 128 of file supporting_plane_extraction.h.
| void SupportingPlaneExtraction::setDistanceMin | ( | double | distance_min | ) | [inline] |
Set Minimum threshold for distance.
| distance_min | minimum threshold value |
Definition at line 116 of file supporting_plane_extraction.h.
double SupportingPlaneExtraction::area_max_ [protected] |
Definition at line 169 of file supporting_plane_extraction.h.
double SupportingPlaneExtraction::area_min_ [protected] |
Definition at line 169 of file supporting_plane_extraction.h.
double SupportingPlaneExtraction::distance_max_ [protected] |
Definition at line 168 of file supporting_plane_extraction.h.
double SupportingPlaneExtraction::distance_min_ [protected] |
Definition at line 168 of file supporting_plane_extraction.h.