Init
Function Usage
Initializes model processing resources for scale space construction.
Prototype
1 | APP_ERROR Sift::Init(int32_t deviceId = 0); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
deviceId |
Input |
ID of the chip where the model is deployed. The default value is 0. (Only chip 0 is supported.) |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: Sift