I’ve got a histogram in a MatND and I want to retrieve its max and min values. In the C version of OpenCV there is a function cvGetMinMaxHistValue() which does this very job, but it doesn’t accept a MatND. What alternative do I have?
I’ve got a histogram in a MatND and I want to retrieve its max
Share
Looping through the histogram is pretty easy:
Hope it helps 🙂