Simply3DScan
Configuration.Filter Class Reference

Properties

bool UseHslFilter [get, set]
 Gets or sets a value indicating whether [use HSL filter]. More...
 
float SaturationMin [get, set]
 Gets or sets the saturation minimum. More...
 
float SaturationMax [get, set]
 Gets or sets the saturation maximum. More...
 
float LuminanceMin [get, set]
 Gets or sets the luminance minimum. More...
 
float LuminanceMax [get, set]
 Gets or sets the luminance maximum. More...
 
int HueMin [get, set]
 Gets or sets the hue minimum. More...
 
int HueMax [get, set]
 Gets or sets the hue maximum. More...
 
bool UseColorFilter [get, set]
 Gets or sets a value indicating whether [use color filter]. More...
 
int FilterRedMin [get, set]
 Gets or sets the filter red minimum. More...
 
int FilterRedMax [get, set]
 Gets or sets the filter red maximum. More...
 
int FilterGreenMin [get, set]
 Gets or sets the filter green minimum. More...
 
int FilterGreenMax [get, set]
 Gets or sets the filter green maximum. More...
 
int FilterBlueMin [get, set]
 Gets or sets the filter blue minimum. More...
 
int FilterBlueMax [get, set]
 Gets or sets the filter blue maximum. More...
 
GrayFilter GrayFilter [get, set]
 Gets or sets the gray filter. More...
 
bool UseThresholdFilter [get, set]
 Gets or sets a value indicating whether [use threshold filter]. More...
 
int Threshold [get, set]
 Gets or sets the threshold. More...
 
bool UseErosionFilter [get, set]
 Gets or sets a value indicating whether [use erosion filter]. More...
 
bool UseDiletationFilter [get, set]
 Gets or sets a value indicating whether [use diletation filter]. More...
 

Detailed Description

Definition at line 3 of file Filter.cs.

Property Documentation

int Configuration.Filter.FilterBlueMax
getset

Gets or sets the filter blue maximum.

The filter blue maximum.

Definition at line 102 of file Filter.cs.

int Configuration.Filter.FilterBlueMin
getset

Gets or sets the filter blue minimum.

The filter blue minimum.

Definition at line 95 of file Filter.cs.

int Configuration.Filter.FilterGreenMax
getset

Gets or sets the filter green maximum.

The filter green maximum.

Definition at line 88 of file Filter.cs.

int Configuration.Filter.FilterGreenMin
getset

Gets or sets the filter green minimum.

The filter green minimum.

Definition at line 81 of file Filter.cs.

int Configuration.Filter.FilterRedMax
getset

Gets or sets the filter red maximum.

The filter red maximum.

Definition at line 74 of file Filter.cs.

int Configuration.Filter.FilterRedMin
getset

Gets or sets the filter red minimum.

The filter red minimum.

Definition at line 67 of file Filter.cs.

GrayFilter Configuration.Filter.GrayFilter
getset

Gets or sets the gray filter.

The gray filter.

Definition at line 109 of file Filter.cs.

int Configuration.Filter.HueMax
getset

Gets or sets the hue maximum.

The hue maximum.

Definition at line 53 of file Filter.cs.

int Configuration.Filter.HueMin
getset

Gets or sets the hue minimum.

The hue minimum.

Definition at line 46 of file Filter.cs.

float Configuration.Filter.LuminanceMax
getset

Gets or sets the luminance maximum.

The luminance maximum.

Definition at line 39 of file Filter.cs.

float Configuration.Filter.LuminanceMin
getset

Gets or sets the luminance minimum.

The luminance minimum.

Definition at line 32 of file Filter.cs.

float Configuration.Filter.SaturationMax
getset

Gets or sets the saturation maximum.

The saturation maximum.

Definition at line 25 of file Filter.cs.

float Configuration.Filter.SaturationMin
getset

Gets or sets the saturation minimum.

The saturation minimum.

Definition at line 18 of file Filter.cs.

int Configuration.Filter.Threshold
getset

Gets or sets the threshold.

The threshold.

Definition at line 123 of file Filter.cs.

bool Configuration.Filter.UseColorFilter
getset

Gets or sets a value indicating whether [use color filter].

true if [use color filter]; otherwise, false.

Definition at line 60 of file Filter.cs.

bool Configuration.Filter.UseDiletationFilter
getset

Gets or sets a value indicating whether [use diletation filter].

true if [use diletation filter]; otherwise, false.

Definition at line 137 of file Filter.cs.

bool Configuration.Filter.UseErosionFilter
getset

Gets or sets a value indicating whether [use erosion filter].

true if [use erosion filter]; otherwise, false.

Definition at line 130 of file Filter.cs.

bool Configuration.Filter.UseHslFilter
getset

Gets or sets a value indicating whether [use HSL filter].

true if [use HSL filter]; otherwise, false.

Definition at line 11 of file Filter.cs.

bool Configuration.Filter.UseThresholdFilter
getset

Gets or sets a value indicating whether [use threshold filter].

true if [use threshold filter]; otherwise, false.

Definition at line 116 of file Filter.cs.


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