Ask Your Question

Ilinsekt's profile - activity

2012-10-09 13:37:57 -0600 received badge  Student (source)
2012-10-09 13:37:48 -0600 received badge  Self-Learner (source)
2012-10-09 08:28:24 -0600 answered a question calcHist with CV_64F image?

Never mind, I looked at cv::calcHist source and CV_64F is officially not supoorted. Perhaps this should be documented somewhere.

2012-10-05 07:27:45 -0600 asked a question 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