BasePluginCameraClearScanFieldImage Method |
Creates a new scan field image Mat object and fills it with empty
pixels.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic void ClearScanFieldImage(
int numberOfChannels
)
Parameters
- numberOfChannels Int32
- The number of channels the scan
field image will have.
See Also