mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-08 15:00:07 +08:00
Removed characterregion class.
This was just serving as a pass-through after recent changes
This commit is contained in:
@@ -114,7 +114,7 @@ int main( int argc, const char** argv )
|
||||
statecode[2] = '\0';
|
||||
string statecodestr(statecode);
|
||||
|
||||
CharacterRegion charRegion(&pipeline_data);
|
||||
CharacterAnalysis charRegion(&pipeline_data);
|
||||
|
||||
if (pipeline_data.textLines.size() > 0 &&
|
||||
abs(pipeline_data.textLines[0].angle) > 4)
|
||||
|
@@ -132,7 +132,7 @@ int main( int argc, const char** argv )
|
||||
statecode[2] = '\0';
|
||||
string statecodestr(statecode);
|
||||
|
||||
CharacterRegion regionizer(&pipeline_data);
|
||||
CharacterAnalysis regionizer(&pipeline_data);
|
||||
|
||||
if (abs(pipeline_data.textLines[0].angle) > 4)
|
||||
{
|
||||
|
Reference in New Issue
Block a user