histogram equalization "New optimization" @ 2.4.7

asked 2014-07-09 17:19:59 -0600

aniket gravatar image

In the changelog of version 2.4.7 there is a mention of "New optimization for histograms" Can some one please explain where can I find the details of these "optimizations". The reason I ask is because, I am seeing discrepancies between the outputs of histogram equalization from version. 2.4.3 and 2.4.9.

I appreciate any help... Thanks

edit retag flag offensive close merge delete

Comments

if you have a link to the changelog, then it should be easy, to find the respective code revision

http://code.opencv.org/search/index/opencv?q=equalizeHist

https://github.com/Itseez/opencv/search?q=New+optimization+for+histograms&ref=cmdform

berak gravatar imageberak ( 2014-07-10 00:34:37 -0600 )edit

Ok thanks! I found some comments about the code change here: (http://code.opencv.org/projects/opencv/repository/revisions/0bbba847a413f86e91d81f28f9cc7bd04a3375c9)

Can you tell from this what changes are done to the code conceptually?

Thanks

aniket gravatar imageaniket ( 2014-07-10 13:39:17 -0600 )edit

just click the diff there ? (still puzzled, what what you mean with: 'conceptually' )

berak gravatar imageberak ( 2014-07-10 13:50:46 -0600 )edit