Click or drag to resize

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
Syntax
public virtual float InpaintingRadius { get; set; }

Property Value

Type: Single
true 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