Ask Your Question
1

calcHist with CV_64F image?

asked 2012-10-05 07:27:45 -0600

Ilinsekt gravatar 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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-10-09 08:28:24 -0600

Ilinsekt gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-05 07:27:45 -0600

Seen: 401 times

Last updated: Oct 09 '12