Click or drag to resize

SingleWavelengthReconstructionNonMeasuredAreasFillingRadius Property

Gets or sets the pixel radius for the non-measured areas filling feature.

Namespace:  LynceeTec.Processing.Holography
Assembly:  LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public virtual float NonMeasuredAreasFillingRadius { get; set; }

Property Value

Type: Single
Radius of the neighborhood for the non-measured areas filling feature. Only the pixels at a distance to a measured point less or equal to the radius are processed. A positive radius enables the feature while 0 value disable it.

Implements

IReconstructionNonMeasuredAreasFillingRadius
See Also