mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 13:37:11 +08:00
Removed debug output images
This commit is contained in:
@@ -82,7 +82,6 @@ namespace alpr
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
drawAndWait(inputImage);
|
|
||||||
|
|
||||||
int histo_width = this->colHeights.size();
|
int histo_width = this->colHeights.size();
|
||||||
int histo_height = max_col_size + 10;
|
int histo_height = max_col_size + 10;
|
||||||
@@ -100,7 +99,7 @@ namespace alpr
|
|||||||
histoImg.at<uchar>(histo_height - columnCount, col) = 255;
|
histoImg.at<uchar>(histo_height - columnCount, col) = 255;
|
||||||
}
|
}
|
||||||
|
|
||||||
drawAndWait(histoImg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int Histogram::getLocalMinimum(int leftX, int rightX)
|
int Histogram::getLocalMinimum(int leftX, int rightX)
|
||||||
|
Reference in New Issue
Block a user