mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 07:20:50 +08:00
Case insensitive file match for alpr (matches .jpg and .JPEG)
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
bool startsWith(std::string const &fullString, std::string const &prefix);
|
||||
bool hasEnding (std::string const &fullString, std::string const &ending);
|
||||
bool hasEndingInsensitive(const std::string& fullString, const std::string& ending);
|
||||
|
||||
bool DirectoryExists( const char* pzPath );
|
||||
bool fileExists( const char* pzPath );
|
||||
std::vector<std::string> getFilesInDir(const char* dirPath);
|
||||
|
Reference in New Issue
Block a user