Click or drag to resize

Mask Constructor (Resolution, Byte)

Create a mask from raw data.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public Mask(
	Resolution resolution,
	byte[] data
)

Parameters

resolution
Type: Zivid.NETResolution
The resolution (width and height) of the mask
data
Type: SystemByte
Raw mask data as byte array
See Also