Click or drag to resize

NonMeasuredPointsConfigurationLoadUserMask(Byte, Int32, Int32, Int32) Method

Loads the user defined mask from a specified byte array. The size of the mask must be the same as the defined ROI.

Namespace: LynceeTec.InterfaceProcessingV2.Configurations
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void LoadUserMask(
	byte[] mask,
	int stepMask,
	int width,
	int height
)

Parameters

mask  Byte
Byte array containing the mask.
stepMask  Int32
Size in bytes between two consecutive rows.
width  Int32
Width of the mask.
height  Int32
Height of the mask.
See Also