how to convert histogram to image

22 Ansichten (letzte 30 Tage)
jangiti
jangiti am 29 Nov. 2015
i had find the histogram of an image .is it possible to reconstruct the image from histogram

Antworten (1)

Image Analyst
Image Analyst am 29 Nov. 2015
No, of course not.
Lots of images could have the same histogram and look totally different - all you have to do is to rearrange the pixels. For example take any image, and then sort it from darkest in the upper left to brightest in the lower right, so it looks like a smooth ramp. Those two images will have the very same histogram but look totally different.
  3 Kommentare
Image Analyst
Image Analyst am 16 Aug. 2020
Sorry, but again and still, there is not a way to construct the original image from only its histogram. It's impossible. There will never be a way, ever. Even if you knew how many rows and columns there were, you don't know what location had what gray level.
Gorka Basso Alonso
Gorka Basso Alonso am 7 Okt. 2022
I found some way to do it, if you use the function histeq(), you can apply your histogram to an image, so you could reconstruct that image with a different histogram.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by