Click or drag to resize

IReconstructionNonMeasuredAreasFillingRadius Property

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

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:46:59 UTC
Syntax
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.
See Also