how to execute varargin as a function?

1 次查看(过去 30 天)
how can I run this mfile on my image?
the image is in jpg format, when I use the first mfile which is extrema.m and is for time series, it gives me the error that (the entry must be a vector), and when I use the second mfile,extrema 2, I use these commands:
i=imread('..');
m=rgb2gray(i);
extrema2(m,varargin);
and it gives me this error :(
attempt to execute SCRIPT varargin as a function:
C:\Program Files\MATLAB\R2013b\toolbox\matlab\lang\varargin.m)
now how can I execute it as a function,or how can I run this mfile,is it true to use m instead of xy? It is extrema2(xy,varargin). thanx

采纳的回答

Image Analyst
Image Analyst 2014-9-24
编辑:Image Analyst 2014-9-24
Don't pass in varargin. Pass in whatever it wants - images or whatever the instructions say to pass in.
  3 个评论
Image Analyst
Image Analyst 2014-9-24
I don't know what that algorithm does. It might have been tweaked and perfected for the types of images that it used as demo images. It's quite possible your images are different enough that the algorithm does not work for them. You might have to adapt the algorithm or use a different one.
sara
sara 2014-9-24
thank you,i also find 3 more mfile for extrema detection here,they work,but they only give me hundreds of numbers.i want something to show corners in the image,now i used harris corner detection and changed the selectstrongest until i find extrema corners,can i find the minimum or maximum corner among corners detected by harris?in each labeled image it detects some corners and i want to detect the one which is horizontaly min or max?thank you

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by