Add CPU/GPU gate and support new ANSALPR using OCR

This commit is contained in:
2026-04-12 17:16:16 +10:00
parent 27083a6530
commit 0a8aaed215
30 changed files with 1870 additions and 2166 deletions

View File

@@ -4,6 +4,7 @@ set(ANSLPR_SOURCES
ANSLPR.cpp
ANSLPR_CPU.cpp
ANSLPR_OD.cpp
ANSLPR_OCR.cpp
ANSGpuFrameRegistry.cpp
GpuNV12SlotPool.cpp
dllmain.cpp
@@ -56,6 +57,7 @@ target_link_libraries(ANSLPR
PRIVATE ANSODEngine
PUBLIC ANSLicensingSystem # PUBLIC: Utility.h/SPDLogger symbols must be re-exported
PRIVATE ANSMOT
PRIVATE ANSOCR # ANSALPR_OCR uses ANSONNXOCR from the OCR module
PRIVATE labview
PRIVATE spdlog_dep
PRIVATE opencv