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.