mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-20 19:35:59 +08:00
Cleanup & indent .h files
This commit is contained in:
@@ -32,9 +32,9 @@ using namespace cv;
|
||||
|
||||
enum NiblackVersion
|
||||
{
|
||||
NIBLACK=0,
|
||||
SAUVOLA,
|
||||
WOLFJOLION,
|
||||
NIBLACK=0,
|
||||
SAUVOLA,
|
||||
WOLFJOLION,
|
||||
};
|
||||
|
||||
#define BINARIZEWOLF_VERSION "2.3 (February 26th, 2013)"
|
||||
@@ -49,7 +49,7 @@ enum NiblackVersion
|
||||
|
||||
|
||||
void NiblackSauvolaWolfJolion (Mat im, Mat output, NiblackVersion version,
|
||||
int winx, int winy, float k);
|
||||
int winx, int winy, float k);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user