Click or drag to resize

NonMeasuredPointsConfigurationLoadUserMask Method (Byte, Int32, Int32, Int32)

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
Type: SystemByte
Byte array containing the mask.
stepMask
Type: SystemInt32
Size in bytes between two consecutive rows.
width
Type: SystemInt32
Width of the mask.
height
Type: SystemInt32
Height of the mask.
See Also