ordfilt3

버전 1.0.0.0 (145 KB) 작성자: Olivier Salvado
Perform 3-D order-statistic filtering on 26 neighbors.
다운로드 수: 5.2K
업데이트 날짜: 2004/8/20

라이선스 보기

Same as ordfilt2 but for 3D dataset. Can be used as a 3D median , max or min filter. With little modification could be used with any arbitrary function.

for a 3D 100x100x100 uint8 dataset, it runs in about 2.75s on a P4 2.4GHz 1G RAM personnal computer (XP)

% ordfilt3D: Perform 3-D order-statistic filtering on 26 neighbors
%
% [Vr] = ordfilt3D(V0,ord,padoption)
% use 26 neighbors
% ord = 14 <=> median filtering
% ord = 1 <=> min
% ord = [1 27] <=> [min max]
% padoption: same as in padarray
%
% Olivier Salvado, Case Western Reserve University, 16Aug04

인용 양식

Olivier Salvado (2024). ordfilt3 (https://www.mathworks.com/matlabcentral/fileexchange/5722-ordfilt3), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

줌: BiofilmQ, ordfilt3

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

comment updated