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

Configuration parameters for the LUT noise removal filter. More...

#include <ObTypes.h>

Public Attributes

uint16_t max_lut [16]
 LUT max size of noise pixels (4x4 LUT, 16 entries total).
uint16_t min_diff
 Difference threshold between neighbor pixels.
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 LUT noise removal filter.

Definition at line 1227 of file ObTypes.h.

Member Data Documentation

◆ max_lut

uint16_t OBLutNoiseRemovalFilterParams::max_lut[16]

LUT max size of noise pixels (4x4 LUT, 16 entries total).

Definition at line 1228 of file ObTypes.h.

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

◆ min_diff

uint16_t OBLutNoiseRemovalFilterParams::min_diff

Difference threshold between neighbor pixels.

Definition at line 1229 of file ObTypes.h.

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

◆ width

uint32_t OBLutNoiseRemovalFilterParams::width

Depth map width the above parameters correspond to.

Definition at line 1230 of file ObTypes.h.

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

◆ height

uint32_t OBLutNoiseRemovalFilterParams::height

Depth map height the above parameters correspond to.

Definition at line 1231 of file ObTypes.h.

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


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