OrbbecSDK 2.8.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
OBMgcNoiseRemovalFilterParams Struct Reference

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.

Detailed Description

Configuration parameters for the MGC noise removal filter.

Definition at line 1212 of file ObTypes.h.

Member Data Documentation

◆ max_width_left

int OBMgcNoiseRemovalFilterParams::max_width_left

Left chamfer threshold settings.

Definition at line 1213 of file ObTypes.h.

Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().

◆ max_width_right

int OBMgcNoiseRemovalFilterParams::max_width_right

Right chamfer threshold settings.

Definition at line 1214 of file ObTypes.h.

Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().

◆ max_radius

int OBMgcNoiseRemovalFilterParams::max_radius

Chamfer radius threshold settings.

Definition at line 1215 of file ObTypes.h.

Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().

◆ margin_x_th

int OBMgcNoiseRemovalFilterParams::margin_x_th

Horizontal threshold settings.

Definition at line 1216 of file ObTypes.h.

Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().

◆ margin_y_th

int OBMgcNoiseRemovalFilterParams::margin_y_th

Vertical threshold settings.

Definition at line 1217 of file ObTypes.h.

Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().

◆ limit_x_th

int OBMgcNoiseRemovalFilterParams::limit_x_th

Maximum horizontal threshold.

Definition at line 1218 of file ObTypes.h.

Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().

◆ limit_y_th

int OBMgcNoiseRemovalFilterParams::limit_y_th

Maximum vertical threshold.

Definition at line 1219 of file ObTypes.h.

Referenced by ob::MgcNoiseRemovalFilter::getFilterParams().

◆ width

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().

◆ height

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().


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