Mask Constructor (Resolution, Byte) |
Create a mask from raw data.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic Mask(
Resolution resolution,
byte[] data
)
Public Sub New (
resolution As Resolution,
data As Byte()
)
public:
Mask(
Resolution^ resolution,
array<unsigned char>^ 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