 | SingleWavelengthReconstructionInpaintingRadius Property |
Gets or sets the scaling status of the current hologram image.
Gets or sets the inpainting pixel radius
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual float InpaintingRadius { get; set; }
public:
virtual property float InpaintingRadius {
float get ();
void set (float value);
}
Property Value
Type:
Singletrue Sets the division image scaling factor to two,
false sets it to one.
Property Value
Type:
Single
Radius of the neighborhood used for inpainting.
Only the pixels with a distance less or equal to the radius are processed.
Implements
IReconstructionInpaintingRadius
See Also