|
OrbbecSDK 2.8.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
Configuration parameters for the MGC noise removal filter. More...
#include <ObTypes.h>
Public Attributes | |
| int | max_width_left |
| Left chamfer threshold settings. | |
| int | max_width_right |
| Right chamfer threshold settings. | |
| int | max_radius |
| Chamfer radius threshold settings. | |
| int | margin_x_th |
| Horizontal threshold settings. | |
| int | margin_y_th |
| Vertical threshold settings. | |
| int | limit_x_th |
| Maximum horizontal threshold. | |
| int | limit_y_th |
| Maximum vertical threshold. | |
| uint32_t | width |
| Depth map width the above parameters correspond to. | |
| uint32_t | height |
| Depth map height the above parameters correspond to. | |
Configuration parameters for the MGC noise removal filter.
| int OBMgcNoiseRemovalFilterParams::max_width_left |
Left chamfer threshold settings.
Definition at line 1213 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().
| int OBMgcNoiseRemovalFilterParams::max_width_right |
Right chamfer threshold settings.
Definition at line 1214 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().
| int OBMgcNoiseRemovalFilterParams::max_radius |
Chamfer radius threshold settings.
Definition at line 1215 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().
| int OBMgcNoiseRemovalFilterParams::margin_x_th |
Horizontal threshold settings.
Definition at line 1216 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().
| int OBMgcNoiseRemovalFilterParams::margin_y_th |
Vertical threshold settings.
Definition at line 1217 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().
| int OBMgcNoiseRemovalFilterParams::limit_x_th |
Maximum horizontal threshold.
Definition at line 1218 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().
| int OBMgcNoiseRemovalFilterParams::limit_y_th |
Maximum vertical threshold.
Definition at line 1219 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().
| uint32_t OBMgcNoiseRemovalFilterParams::width |
Depth map width the above parameters correspond to.
Definition at line 1220 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().
| uint32_t OBMgcNoiseRemovalFilterParams::height |
Depth map height the above parameters correspond to.
Definition at line 1221 of file ObTypes.h.
Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().