Changed AlprImpl::createJsonObj to public

This commit is contained in:
Matt Hill
2014-10-29 18:50:12 -04:00
parent 85f52a6b8c
commit 80de3b8645

View File

@@ -85,6 +85,8 @@ namespace alpr
static AlprResults fromJson(std::string json);
static std::string getVersion();
static cJSON* createJsonObj(const AlprPlateResult* result);
Config* config;
bool isLoaded();
@@ -101,7 +103,6 @@ namespace alpr
std::vector<cv::Rect> convertRects(std::vector<AlprRegionOfInterest> regionsOfInterest);
static cJSON* createJsonObj(const AlprPlateResult* result);
};
}