CUVI version 0.6 is under development. One of its new features is the histogram equalization of images.
Histogram Equalization is an image processing technique for contrast enhancement of low contrast images. Our implementation is 3 to 6 times faster than the one offered by OpenCV 2.2, with same output. The speed depends on image size as well as image intensity values. Currently, only 8 bit greyscale images are supported, and we hope to add support for other image types in future releases of CUVI.
Continue reading “Histogram Equalization Added In CUVI Version 0.6”