Calibrator3DRangeMapIgnoreValue Property

CVB.Net Documentation
Gets/sets the ignore value for range maps.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Nullable<double> RangeMapIgnoreValue { get; set; }

Property Value

Type: NullableDouble
Value to ignore in an input range map; if no values are to be ignored.
Remarks

An value equal to this one in an input range map will have its confidence in the resulting point being set to 0.

If a non- value is set the resulting point cloud will always have a confidence plane!

See Also

Reference