calcHist with CV_64F image?
Hi all,
let's assume I want to calculate a 1-dimensional histogram over all possible values of a CV_64F image. The ranges parameter of cv::calcHist is of type float, it can not hold DBL_MAX. Is there any way to get around this?
Cheers