line(histImage, Point(bin_w(i - 1), hist_h - cvRound(hist.at<float>(i - 1))), Point(bin_w(i), hist_h - cvRound(hist.at<float>(i))), Scalar(255, 255, 255), 2, 8, 0);
1 | initial version |
line(histImage, Point(bin_w(i - 1), hist_h - cvRound(hist.at<float>(i - 1))), Point(bin_w(i), hist_h - cvRound(hist.at<float>(i))), Scalar(255, 255, 255), 2, 8, 0);