mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:56:57 +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_HORIZONTAL = 0;
|
||||||
const int CHAR_PADDING_VERTICAL = 0;
|
const int CHAR_PADDING_VERTICAL = 0;
|
||||||
|
|
||||||
@@ -220,5 +219,5 @@ int main( int argc, const char** argv )
|
|||||||
imwrite("combined.tif", bigTif);
|
imwrite("combined.tif", bigTif);
|
||||||
ofstream boxFile("combined.box", std::ios::out);
|
ofstream boxFile("combined.box", std::ios::out);
|
||||||
boxFile << boxFileOut.str();
|
boxFile << boxFileOut.str();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user