HI,
I want to get the statistics of a cv::Mat, to get the most often appearing numbers. I think I can use histogram, but I am not sure wether there is a more easier way to do this, because to calculate histogram, we need to set number of bins and range before calculate, this is however not robust for me.
Best, waschbaer