what is step response and step()?
Show older comments
currently iam doing 2d to 3d image conversion project..please help..thankyou.
Accepted Answer
More Answers (2)
David Young
on 1 Oct 2011
0 votes
How does the step function relate to 2D to 3D image conversion?
1 Comment
neenu jose
on 1 Oct 2011
Wayne King
on 2 Oct 2011
0 votes
Hi, tmats{size(template,1),size(template,2)} is a System object that is an element of a cell array. It is a template matcher System object.
Therefore,
loc = step(thisTemplateMatcher, leftI, template, roi);
implements the algorithm of that System object with the inputs specified.
See the step method reference page for that object to see the description of the input arguments:
LOC = step(H,I,T,ROI) computes the location of the best template match, LOC, in the specified region of interest, ROI. This applies when you set the OutputValue property to Best match location and the ROIInputPort property to true. The input ROI must be a four element vector, [x y width height], where the first two elements represent the [x y] coordinates of the upper-left corner of the rectangular ROI
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!