Ask Your Question

Revision history [back]

What does this line do in plotting?

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);