diff --git a/src/openalpr/alpr_impl.h b/src/openalpr/alpr_impl.h index 3384627..41951d9 100644 --- a/src/openalpr/alpr_impl.h +++ b/src/openalpr/alpr_impl.h @@ -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 convertRects(std::vector regionsOfInterest); - static cJSON* createJsonObj(const AlprPlateResult* result); }; }