Histogram plot of laser beam
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Vaswati Biswas
il 13 Mar 2021
Risposto: Prabhan Purwar
il 19 Mar 2021
I have the image shown below from this I have plotted the intensity profile as well as the histogram plot the two graphs are attached above. But I was told that histogram plot is not correct and it should give me the highest value at the highest value of the peak means 2.5* 10^4 as shown in the intensity profile plot. I used imhist() command to plot the histogram. Can anyone tell me how can I get the correct histogram?
0 Commenti
Risposta accettata
Prabhan Purwar
il 19 Mar 2021
Hi,
Histograms are a way of visualizing the predominant intensities of an image, not the highest intensity region. As a definition, image histograms are a count of the number of pixels that are at a certain intensity. When represented as a plot, the x-axis is the intensity value, and the y-axis is the number of pixels with that intensity value. Intensity histogram is sometimes referred to as a bar graph of intensity in general terminology and seems fit as per the description.
Thanks
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Histograms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!