Min/Max filter

버전 1.7.0.1 (27.8 KB) 작성자: Bruno Luong
Multidimensional non-linear min/max filtering
다운로드 수: 10.6K
업데이트 날짜: 2018/9/20

라이선스 보기

The filter computes the minima and/or maxima of an array over sliding window with a given size.

Multidimensional array is fully supported: running filter in 1D, 2D filter for image processing applications (erosion/dilatation), 3D and more.

This package has been implemented with a special care on the running speed: the MEX engine uses an algorithms that requires no more than three (3) comparisons per element and per dimension in all configurations.

All numerical and logical class arrays are supported.

Contributor (beside author) is Vaclav Potesil

인용 양식

Bruno Luong (2024). Min/Max filter (https://www.mathworks.com/matlabcentral/fileexchange/24705-min-max-filter), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Recognition, Object Detection, and Semantic Segmentation에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Change MEX files to be compatible with R2018a MEX-API

1.7.0.0

Correct a small bug when "WIN" is a scalar and input array is vector (error wrongly issued)

1.6.0.0

description

1.5.0.0

Cleaner algorithm for same shape filtering

1.4.0.0

Acknowledgment

1.3.0.0

Correct BUG of cropping the index array when shape is SAME

1.2.0.0

New feature: Possibly to output corresponding indexes arrays (suggested by a user) + slight improvement of the Lemire's engine.

1.1.0.0

Correct a bug that causes crash on 64-bit plateform
Additional memory check in one MEX function
Friendly matlab gateway for 1D min/max filtering

1.0.0.0