Click or drag to resize

IMask Interface

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
public interface IMask : IDisposable

The IMask type exposes the following members.

Properties
  NameDescription
Public propertyIntensityThresholdValuePercent
Gets or sets the percent value for the mask method using a threshold on the instensity.
Public propertyMasksCount
Gets the number of active masks.
Public propertyNonMeasuredAreasConnectingSize
Gets or sets the size in pixels from which the space between two non-measured points will be masked too.
Public propertyPhaseGradientThresholdValuePercent
Gets or sets the percent value for the mask method using a threshold on the phase gradient.
Public propertyPhaseGradientThresholdValueRadian
Gets or sets the radian value for the mask method using a threshold on the phase gradient.
Public propertyUseAutoIntensityThreshold
Gets or sets the activation state for the automatic computation of the threshold on the intensity.
Public propertyUseDefaultPhaseGradientThreshold
Gets or sets the activation state for the default value of the threshold on the phase gradient.
Top
Methods
  NameDescription
Public methodClearMask
Clear a mask
Public methodCutEllipseDisplayMask
Apply an elliptical shape on the specified mask
Public methodCutEllipseUserMask
Keeps or cuts a defined elliptical region of the user mask.
Public methodCutRectangleDisplayMask
Apply a rectangular shape on the specified mask
Public methodCutRectangleUserMask
Keeps or cuts a defined rectangular region of the user mask.
Public methodGetMaskMethodState
Gets the activation state of the specified method.
Public methodLoadMaskImage(Byte, Int32, Int32, Int32)
Loads a mask using a byte array.
Public methodLoadMaskImage(IntPtr, Int32, Int32, Int32)
Load a mask using an IntPtr
Public methodLoadUserMask
Loads a user mask using string format
Public methodResetUserMask
Reset the user mask to the full image.
Public methodSetMaskMethodState
Sets the activation state of the specified method.
Public methodUseHalfResolution
Sets the activation state of the half-resolution feature.
Top
See Also