mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:06:50 +08:00
Changed AlprImpl::createJsonObj to public
This commit is contained in:
@@ -85,6 +85,8 @@ namespace alpr
|
|||||||
static AlprResults fromJson(std::string json);
|
static AlprResults fromJson(std::string json);
|
||||||
static std::string getVersion();
|
static std::string getVersion();
|
||||||
|
|
||||||
|
static cJSON* createJsonObj(const AlprPlateResult* result);
|
||||||
|
|
||||||
Config* config;
|
Config* config;
|
||||||
|
|
||||||
bool isLoaded();
|
bool isLoaded();
|
||||||
@@ -101,7 +103,6 @@ namespace alpr
|
|||||||
|
|
||||||
std::vector<cv::Rect> convertRects(std::vector<AlprRegionOfInterest> regionsOfInterest);
|
std::vector<cv::Rect> convertRects(std::vector<AlprRegionOfInterest> regionsOfInterest);
|
||||||
|
|
||||||
static cJSON* createJsonObj(const AlprPlateResult* result);
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user