You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a virtual destructor to the interface [`CImageSourceErrorListener`]({{ site.dcv_cpp_api }}core/basic-structures/image-source-error-listener.html) to prevent memory leaks.
27
-
- Added new functions to get different types of captured results.
28
27
- Added a new function [`GetDecodedBarcodesResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getdecodedbarcodesresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_BARCODE`.
29
-
- Added a new function [`GetRecognizedTextLinesResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getrecognizedtextlinesresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_TEXT_LINE`.
30
-
- Added a new function [`GetDetectedQuadsResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getdetectedquadsresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_DETECTED_QUAD`.
31
-
- Added a new function [`GetNormalizedImagesResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getnormalizedimagesresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_NORMALIZED_IMAGE`.
32
-
- Added a new function [`GetParsedResult`]({{ site.dcv_cpp_api }}capture-vision-router/auxiliary-classes/captured-result.html#getparsedresult) to the `CCapturedResult` class to get all the result items with the type `CRIT_PARSED_RESULT`.
33
28
- Added new virtual destructors to the following interfaces to prevent memory leaks.
0 commit comments