 | 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.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:48 UTC
Syntaxfloat NonMeasuredAreasFillingRadius { get; set; }
property float NonMeasuredAreasFillingRadius {
float get ();
void set (float value);
}
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