Removed duplicate invert in char segmenter

This commit is contained in:
Matt Hill
2015-09-24 22:22:09 -04:00
parent 76f6f7b721
commit b708d817ca

View File

@@ -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)
{