From ce3c95efd44b958a90121f0c5a81f5823da885da Mon Sep 17 00:00:00 2001 From: SunAriesCN <281614085@qq.com> Date: Wed, 9 Mar 2016 23:34:48 +0800 Subject: [PATCH] comment out some code look like unused. I don't think the variable "isOn" has a special change at this line. --- src/openalpr/segmentation/charactersegmenter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openalpr/segmentation/charactersegmenter.cpp b/src/openalpr/segmentation/charactersegmenter.cpp index d5912db..27cda41 100644 --- a/src/openalpr/segmentation/charactersegmenter.cpp +++ b/src/openalpr/segmentation/charactersegmenter.cpp @@ -964,8 +964,8 @@ namespace alpr bool isOn = img.at(row, col); // check two rows at a time. - if (!isOn && col < img.cols) - isOn = img.at(row, col); + //if (!isOn && col < img.cols) + // isOn = img.at(row, col); if (isOn) {