mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 11:07:00 +08:00
Removed unnecessary if statement
This commit is contained in:
@@ -80,8 +80,7 @@ int main( int argc, const char** argv )
|
||||
}
|
||||
|
||||
|
||||
if (DirectoryExists(inDir.c_str()))
|
||||
{
|
||||
|
||||
const int CHAR_PADDING_HORIZONTAL = 0;
|
||||
const int CHAR_PADDING_VERTICAL = 0;
|
||||
|
||||
@@ -220,5 +219,5 @@ int main( int argc, const char** argv )
|
||||
imwrite("combined.tif", bigTif);
|
||||
ofstream boxFile("combined.box", std::ios::out);
|
||||
boxFile << boxFileOut.str();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user