what does this error mean?
显示 更早的评论
??? Undefined function or method 'adpmedian' for input arguments of type 'uint8'.
i tried to implement adaptive median filter to a unit8 grayscale image and faced the above error.
回答(2 个)
Aurelien Queffurust
2012-1-20
Just type :
which -all adpmedian
I guess this function is not on your path. You will get the same error by typing:
aurelien(int8(4))
??? Undefined function or method 'aurelien' for input arguments of type 'int8'.
3 个评论
mmm ssss
2012-1-20
Aurelien Queffurust
2012-1-20
If you are sure that this function exists , localize it and use addpath command to add this function to your MATLAB path.
mmm ssss
2012-1-20
Walter Roberson
2012-1-20
0 个投票
MATLAB does not have any function named adpmedian
I do not see any routines with a similar name.
3 个评论
mmm ssss
2012-1-20
Sean de Wolski
2012-1-20
That doesn't mean it's already programmed into MATLAB. You'll have to download it/rewrite it to somewhere on your MATLAB path.
Walter Roberson
2012-1-20
http://www.hackchina.com/en/r/84870/adpmedian.m__html
类别
在 帮助中心 和 File Exchange 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!