You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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')
Cite As
Vlad Atanasiu (2026). RGB Histogram Sideview (https://www.mathworks.com/matlabcentral/fileexchange/2896-rgb-histogram-sideview), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (73.9 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | No need for second file anymore. |
