 | IReconstructionInpaintingRadius Property |
Gets or sets the inpainting pixel radius
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 7.3.77.25127 UnwrapStitching cc0329b4, built 2018-08-31 12:02:55 UTC
Syntaxfloat InpaintingRadius { get; set; }
property float InpaintingRadius {
float get ();
void set (float value);
}
Property Value
Type:
Single
Radius of the neighborhood used for inpainting.
Only the pixels with a distance to a measured point less or equal to the radius are processed.
See Also