RGB Histogram Sideview

版本 1.0.0.0 (73.9 KB) 作者: Vlad Atanasiu
Adds the RGB histogram values of each image column into one single image.
3.7K 次下载
更新时间 2005/6/6

查看许可证

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')

引用格式

Vlad Atanasiu (2024). RGB Histogram Sideview (https://www.mathworks.com/matlabcentral/fileexchange/2896-rgb-histogram-sideview), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R12.1
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

No need for second file anymore.