mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 10:46:51 +08:00
Fixed indent
This commit is contained in:
@@ -83,7 +83,7 @@ namespace alpr
|
|||||||
AlprFullDetails recognizeFullDetails(cv::Mat img, std::vector<cv::Rect> regionsOfInterest);
|
AlprFullDetails recognizeFullDetails(cv::Mat img, std::vector<cv::Rect> regionsOfInterest);
|
||||||
|
|
||||||
AlprResults recognize( std::vector<char> imageBytes );
|
AlprResults recognize( std::vector<char> imageBytes );
|
||||||
AlprResults recognize( std::vector<char> imageBytes, std::vector<AlprRegionOfInterest> regionsOfInterest );
|
AlprResults recognize( std::vector<char> imageBytes, std::vector<AlprRegionOfInterest> regionsOfInterest );
|
||||||
AlprResults recognize( unsigned char* pixelData, int bytesPerPixel, int imgWidth, int imgHeight, std::vector<AlprRegionOfInterest> regionsOfInterest );
|
AlprResults recognize( unsigned char* pixelData, int bytesPerPixel, int imgWidth, int imgHeight, std::vector<AlprRegionOfInterest> regionsOfInterest );
|
||||||
AlprResults recognize( cv::Mat img );
|
AlprResults recognize( cv::Mat img );
|
||||||
AlprResults recognize( cv::Mat img, std::vector<cv::Rect> regionsOfInterest );
|
AlprResults recognize( cv::Mat img, std::vector<cv::Rect> regionsOfInterest );
|
||||||
|
Reference in New Issue
Block a user