detection_result builds

This commit is contained in:
Henry Schimke
2022-12-20 16:29:21 -06:00
parent 8a0cc78c61
commit 925d9338e5
13 changed files with 967 additions and 657 deletions

View File

@@ -214,7 +214,6 @@ impl GlobalHistogramBinarizer {
// Make sure firstPeak corresponds to the black peak.
if firstPeak > secondPeak {
std::mem::swap(&mut firstPeak, &mut secondPeak);
}