Initial OCR to support ALPR mode with country support
This commit is contained in:
@@ -23,6 +23,7 @@ namespace ANSCENTER {
|
||||
std::vector<ANSCENTER::OCRObject> RunInference(const cv::Mat& input, const std::vector<cv::Rect>& Bbox) override;
|
||||
std::vector<ANSCENTER::OCRObject> RunInference(const cv::Mat& input, const std::vector<cv::Rect>& Bbox, const std::string& cameraId) override;
|
||||
|
||||
std::pair<std::string, float> RecognizeText(const cv::Mat& croppedImage) override;
|
||||
~ANSONNXOCR();
|
||||
bool Destroy() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user