ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccPointCloud::RgbFilterOptions Struct Reference

RGB filter options. More...

#include <ecvPointCloud.h>

Public Attributes

bool applyToSFduringRGB = false
 
RGB_FILTER_TYPES filterType = RGB_FILTER_TYPES::NONE
 
unsigned char burntOutColorThreshold = 0
 
bool commandLine = false
 
double sigmaSF = -1
 
double spatialSigma = -1
 
bool blendGrayscale = false
 
unsigned char blendGrayscaleThreshold = 0
 
double blendGrayscalePercent = 0.5
 

Detailed Description

RGB filter options.

Definition at line 793 of file ecvPointCloud.h.

Member Data Documentation

◆ applyToSFduringRGB

bool ccPointCloud::RgbFilterOptions::applyToSFduringRGB = false

Definition at line 794 of file ecvPointCloud.h.

Referenced by ccEntityAction::rgbGaussianFilter().

◆ blendGrayscale

bool ccPointCloud::RgbFilterOptions::blendGrayscale = false

Definition at line 800 of file ecvPointCloud.h.

◆ blendGrayscalePercent

double ccPointCloud::RgbFilterOptions::blendGrayscalePercent = 0.5

Definition at line 802 of file ecvPointCloud.h.

◆ blendGrayscaleThreshold

unsigned char ccPointCloud::RgbFilterOptions::blendGrayscaleThreshold = 0

Definition at line 801 of file ecvPointCloud.h.

◆ burntOutColorThreshold

unsigned char ccPointCloud::RgbFilterOptions::burntOutColorThreshold = 0

Definition at line 796 of file ecvPointCloud.h.

Referenced by ccEntityAction::rgbGaussianFilter().

◆ commandLine

bool ccPointCloud::RgbFilterOptions::commandLine = false

◆ filterType

RGB_FILTER_TYPES ccPointCloud::RgbFilterOptions::filterType = RGB_FILTER_TYPES::NONE

◆ sigmaSF

double ccPointCloud::RgbFilterOptions::sigmaSF = -1

◆ spatialSigma

double ccPointCloud::RgbFilterOptions::spatialSigma = -1

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