Michaël Zasso

Results 1686 comments of Michaël Zasso

https://docs.opencv.org/2.4/modules/imgproc/doc/histograms.html?highlight=equalizehist#equalizehist

I suggest we name it `equalizeHistogram`

https://docs.opencv.org/master/d4/d1b/tutorial_histogram_equalization.html

https://en.wikipedia.org/wiki/Indexed_color

- predefined palette - user-defined palette - automatic palette selection - option for number of colors

/cc @maasencioh

@Yaffle Thanks, but our goal is to stay as close as possible to the algorithms as they are written in the specification (variable names, sequences of operations, ...).

I updated the OP with the things that are remaining to do.

> However in the code the change is done at 510: I think it's just because `#511` is if you count from one, and we count from zero.