Converting Histogram of Image
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have filtered an image and I have histogram of de-noised image. When I compared this histogram with Reference Image histogram, I noticed that there is a little different between them. How can I convert this histogram to be like Reference Image histogram?
This is hist of Reference Image.

And this is the histogram of de-noised Image:

5 Commenti
Walter Roberson
il 1 Gen 2019
That up/down/up/down for the histogram does not look plausible to me for CT -- **unless* the histogram is being taken at the wrong width or with badly planned centers, or other similar mistakes are made in processing.
For example if you have uniform random over [0,2] and you round() that, then 1/4 will go to 0, 1/2 will go to 1, and 1/4 will go to 2, whereas most people would probably have guessed that 1/2 would go to 1 and 1/2 would go to 2.
Risposte (1)
Rahul punk
il 15 Feb 2019
https://www.mathworks.com/matlabcentral/fileexchange/70220-rahulpunk?s_tid=prof_contriblnk
0 Commenti
Vedere anche
Categorie
Scopri di più su Convert Image Type in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!