mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:22:49 +08:00
Removed duplicate invert in char segmenter
This commit is contained in:
@@ -53,9 +53,6 @@ namespace alpr
|
||||
if (this->config->debugCharSegmenter)
|
||||
cout << "Segmenter: inverted: " << pipeline_data->plate_inverted << endl;
|
||||
|
||||
if (pipeline_data->plate_inverted)
|
||||
bitwise_not(pipeline_data->crop_gray, pipeline_data->crop_gray);
|
||||
|
||||
|
||||
if (this->config->debugCharSegmenter)
|
||||
{
|
||||
|
Reference in New Issue
Block a user