RGB Histogram Sideview
Versione 1.0.0.0 (73,9 KB) da
Vlad Atanasiu
Adds the RGB histogram values of each image column into one single image.
Superposition of column profiles of an image.
Example:
--------
I = imread('danaide.jpg');
I2 = improfileadd(I);
I3 = improfileadd(imrotate(I,-90));
I3 = imrotate(I3,-90);
figure
subplot(2,2,1), imshow(I)
title('Input image')
subplot(2,2,2), imshow(I2)
title('Superposition of column profiles')
subplot(2,2,3), imshow(I3)
title('Superposition of row profiles')
Cita come
Vlad Atanasiu (2025). RGB Histogram Sideview (https://www.mathworks.com/matlabcentral/fileexchange/2896-rgb-histogram-sideview), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R12.1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Graphics > 2-D and 3-D Plots > Data Distribution Plots > Histograms >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Arithmetic >
Scopri di più su Histograms in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 | No need for second file anymore. |