Code covered by the BSD License
-
KramerBruckner(A, window)
-
benchminmax()
function benchminmax()
-
minmaxfilt(A, window, outtype...
-
minmaxfilt1(A, window, outtyp...
-
minmaxfilter_install
function minmaxfilter_install
-
slowminmaxfilt_algo(a, window...
% function [minval maxval] = slowminmaxfilt_algo(a, window)
-
vanherk(X,N,TYPE,varargin)
-
demolena.m
-
lemire_engine.m
-
lemire_nd_maxengine.m
-
lemire_nd_minengine.m
-
testminmaxfilt.m
-
View all files
|
|
| File Information |
| Description |
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 |
| Acknowledgements |
This file inspired
Free Knot Spline Approximation.
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
| Other requirements |
MEX correctly setup
NO image processing is required
Download a tiff file for Lena's demo |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 13 Jul 2009 |
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 |
| 20 Sep 2009 |
New feature: Possibly to output corresponding indexes arrays (suggested by a user) + slight improvement of the Lemire's engine. |
| 21 Sep 2009 |
Correct BUG of cropping the index array when shape is SAME |
| 21 Sep 2009 |
Acknowledgment |
| 22 Sep 2009 |
Cleaner algorithm for same shape filtering |
| 26 Sep 2009 |
description |
| 01 Dec 2009 |
Correct a small bug when "WIN" is a scalar and input array is vector (error wrongly issued) |
|
Contact us