Add CPU/GPU gate and support new ANSALPR using OCR
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user