Specifies the tradeoff setting of the recognition engine that will be applied during auto-zoning and recognition.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_tradeoff_set( enumIGRecRMTradeoff Tradeoff ); |
Name | Type | Description |
---|---|---|
Tradeoff | enumIGRecRMTradeoff | Trade-off setting to be set. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; enumIGRecRMTradeoff eTradeoff = IG_REC_TO_FAST; ErrCount += IG_REC_tradeoff_set(eTradeoff); |
This setting applies to all the relevant recognition modules.