what is step response and step()?
Afficher commentaires plus anciens
currently iam doing 2d to 3d image conversion project..please help..thankyou.
Réponse acceptée
Plus de réponses (2)
David Young
le 1 Oct 2011
0 votes
How does the step function relate to 2D to 3D image conversion?
1 commentaire
neenu jose
le 1 Oct 2011
Wayne King
le 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
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!