Releases an approximate regex instance.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_approx_regex_delete(
const HIG_REC_APPROX_REGEX higRecApproxRegex
);
|
Name | Type | Description |
---|---|---|
higRecApproxRegex | const HIG_REC_APPROX_REGEX | The handle to an approximate regex instance. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT errCount = 0 ; HIG_REC_APPROX_REGEX higRecApproxRegex = 0 ; IG_REC_approx_regex_create( &higRecApproxRegex ) ; errCount = IG_REC_approx_regex_delete( higRecApproxRegex ) ; |
All objects and memory owned will be deleted at this time. Reusing the higRecApproxRegex after this function returns success will result in an error.