Borrar filtros
Borrar filtros

How would I create color commonality Image?

2 visualizaciones (últimos 30 días)
Jay
Jay el 19 de Feb. de 2016
Editada: Jay el 21 de Feb. de 2016
I am working on my research and I have a confusion regarding 'Color commonality Image'.
This type of image is used to address the problems in contrast in underwater images. It enhances the uncommon colors as suggested in paper.Basically, this type of image is obtained by replacing each pixel value of the illumination corrected image with the likelihood of the color across the entire image.
To derive such image, 3D color histogram is created(whether 64 bins or 256 bins in each dimension) from an RGB image(illumination corrected). This histogram is smoothed via 3D gaussian. Pixel value Icc(X) is entry Hrgb(Irgb(X)) in this histogram. It is applied to each pixel separately.
I have a confusion regarding the concept of the way "Color Commonality" Image. Exactly how this image is obtained.
I would appreciate if anyone tell me some other image transformations that are used to address the contrast and color information of RGB images(particularly underwater images).

Respuesta aceptada

Image Analyst
Image Analyst el 20 de Feb. de 2016
Editada: Image Analyst el 20 de Feb. de 2016
The description sounds exactly like the "Color Frequency Image". If it is, you can use this code to compute it: http://www.mathworks.com/matlabcentral/fileexchange/28164-color-frequency-image
  1 comentario
Jay
Jay el 20 de Feb. de 2016
Editada: Jay el 21 de Feb. de 2016
Its the same thing!! Excellent. Thanks.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by