Structure containing a set of parameters for the plane detection functionality. More...
Functions | |
| bool | operator== (const PlaneDetectionParameters ¶m1) const |
| bool | operator!= (const PlaneDetectionParameters ¶m1) const |
Attributes | |
| float | max_distance_threshold = 0.15f |
| Controls the spread of plane by checking the position difference. More... | |
| float | normal_similarity_threshold = 15.f |
| Controls the spread of plane by checking the angle difference. More... | |
Structure containing a set of parameters for the plane detection functionality.
The default constructor sets all parameters to their default settings.
| bool operator== | ( | const PlaneDetectionParameters & | param1 | ) | const |
Comparison operator ==
| param1 | to compare |
| bool operator!= | ( | const PlaneDetectionParameters & | param1 | ) | const |
Comparison operator !=
| param1 | to compare |
| float max_distance_threshold = 0.15f |
Controls the spread of plane by checking the position difference.
Default: 0.15 meters
| float normal_similarity_threshold = 15.f |
Controls the spread of plane by checking the angle difference.
Default: 15 degrees