ImageProcessor
Function Usage
Constructor of the ImageProcessor class. If the construction fails due to insufficient memory or an unidentified processor, a runtime exception is thrown.
Prototype
1 | ImageProcessor(deviceId: int = 0) |
Input Parameters
Parameter |
Type |
Description |
|---|---|---|
deviceId |
int |
Processor deployed for image processing. The default value is 0. Value range: [0, Number of identified processors - 1]. |
Response Parameters
ImageProcessor objects
Parent topic: ImageProcessor