Add support to IMAQ conversion

This commit is contained in:
2026-04-12 21:55:09 +10:00
parent 0a8aaed215
commit 749c7db3c6
6 changed files with 151 additions and 3 deletions

View File

@@ -3656,7 +3656,7 @@ int ALPR_OCR_Test() {
ANSCENTER::ANSALPR* infHandle = nullptr;
std::string licenseKey = "";
std::string modelFilePath = "C:\\Projects\\ANSVIS\\Models\\ANS_GenericALPR_v2.0.zip";
std::string imagePath = "C:\\Programs\\ModelTraining\\JLPD\\data\\test7.jpg";
std::string imagePath = "C:\\Programs\\ModelTraining\\JLPD\\data\\test3.jpg";
int engineType = 2; // ANSALPR_OCR
double detectionThreshold = 0.3;