Commit Graph

2 Commits

Author SHA1 Message Date
Julien Lengrand-Lambert
335108ecf6 Adds histogram support to 3 channels images
compute_histogram support is available.
hist2table support is available
hist2image still to be performed. 

Function for 3c to 1c to be added quickly!

Reported-by: Julien Lengrand-Lambert <julien@lengrand.fr>
Signed-off-by: Julien Lengrand-Lambert <julien@lengrand.fr>
2011-12-16 17:49:19 +01:00
Julien Lengrand-Lambert
1892bd6945 Adds Histogram calculation support.
A new Histogram class has been designed in order to ease development and
simplify functions. The class contains input image information, which
are finally used to create an output image. 

For now, only grayscale images are supported. But color images support
should be added soon (like in very soon).
It still only has a small design interrogation about several channels
support. 

In addition, a new example has been designed so that users can test
their functions. 


be
added
2011-12-15 17:04:13 +01:00