ENoiseRemovalMethod Enum

Type of filter used in method EFilters::RemoveNoise.

Namespace: Euresys::Open_eVision::Easy3D

ENoiseRemovalMethod_AbsoluteDifferenceFromMean
Removes points for which the deviation from the average height in the filter window is larger than the specified threshold.
The threshold is the absolute value of the maximum difference.
ENoiseRemovalMethod_RelativeDifferenceFromMean
Removes points for which the deviation from the average height in the filter window is larger than the specified threshold multiplied by the standard deviation (in the same filter window).
The threshold is a factor.
ENoiseRemovalMethod_HighStandardDeviation
Removes points for which the standard deviation calculated in the filter window is larger than a specified threshold.
The threshold is the maximum standard deviation.

ENoiseRemovalMethod Enum

Type of filter used in method EFilters::RemoveNoise.

Namespace: Euresys.Open_eVision.Easy3D

AbsoluteDifferenceFromMean
Removes points for which the deviation from the average height in the filter window is larger than the specified threshold.
The threshold is the absolute value of the maximum difference.
RelativeDifferenceFromMean
Removes points for which the deviation from the average height in the filter window is larger than the specified threshold multiplied by the standard deviation (in the same filter window).
The threshold is a factor.
HighStandardDeviation
Removes points for which the standard deviation calculated in the filter window is larger than a specified threshold.
The threshold is the maximum standard deviation.