Image aggregation

버전 1.0.0.0 (1.53 KB) 작성자: Martin Claverie
% AggregateIma resize an image to a smaller one
다운로드 수: 420
업데이트 날짜: 2012/11/30

라이선스 보기

% AggregateIma resample (or resize) an image to a smaller one using 6 possible function
% (Fct).
% in:
% - ImaIN: image N dimension
% - n: factor for aggregation.
% - Fct: type of aggregation (1=mean (default); 2=mode; 3=std; 4=min;
% 5=max; 6=median)
% out = ImaOUT: aggregated image.
% ex: if ImaIN is a 100 by 100 image and n=4, ImaOUT will be a 25*25 image
%
% Notice that it works with N dimension image and an extra dimension is
% temporally added to compute the aggregation. there is no pixel by pixel
% (time consuming) computation.

% Author: Martin Claverie, University of Maryland
% date: November 2012

인용 양식

Martin Claverie (2025). Image aggregation (https://kr.mathworks.com/matlabcentral/fileexchange/39243-image-aggregation), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
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