Class containing a set of parameters for the plane detection functionality. More...
Functions | |
| PlaneDetectionParameters | __cinit__ (self) |
| Default constructor. More... | |
| float | max_distance_threshold (self) |
| Controls the spread of plane by checking the position difference. More... | |
| float | normal_similarity_threshold (self) |
| Controls the spread of plane by checking the angle difference. More... | |
Class containing a set of parameters for the plane detection functionality.
The default constructor sets all parameters to their default settings.
| PlaneDetectionParameters __cinit__ | ( | self | ) |
Default constructor.
Values:
Referenced by PlaneDetectionParameters.normal_similarity_threshold().
| float max_distance_threshold | ( | self | ) |
Controls the spread of plane by checking the position difference.
Default: 0.15 meters
| float normal_similarity_threshold | ( | self | ) |
Controls the spread of plane by checking the angle difference.
Default: 15 degrees