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

Configuration for depth margin filter. More...

#include <ObTypes.h>

Public Attributes

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
 Image width.
 
uint32_t height
 Image height.
 
bool enable_direction
 Set to true for horizontal and vertical, false for horizontal only.
 

Detailed Description

Configuration for depth margin filter.

Definition at line 456 of file ObTypes.h.

Member Data Documentation

◆ margin_x_th

int ob_margin_filter_config::margin_x_th

Horizontal threshold settings.

Definition at line 457 of file ObTypes.h.

◆ margin_y_th

int ob_margin_filter_config::margin_y_th

Vertical threshold settings.

Definition at line 458 of file ObTypes.h.

◆ limit_x_th

int ob_margin_filter_config::limit_x_th

Maximum horizontal threshold.

Definition at line 459 of file ObTypes.h.

◆ limit_y_th

int ob_margin_filter_config::limit_y_th

Maximum vertical threshold.

Definition at line 460 of file ObTypes.h.

◆ width

uint32_t ob_margin_filter_config::width

Image width.

Definition at line 461 of file ObTypes.h.

◆ height

uint32_t ob_margin_filter_config::height

Image height.

Definition at line 462 of file ObTypes.h.

◆ enable_direction

bool ob_margin_filter_config::enable_direction

Set to true for horizontal and vertical, false for horizontal only.

Definition at line 463 of file ObTypes.h.


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