what is step response and step()?
Ältere Kommentare anzeigen
currently iam doing 2d to 3d image conversion project..please help..thankyou.
Akzeptierte Antwort
Weitere Antworten (2)
David Young
am 1 Okt. 2011
0 Stimmen
How does the step function relate to 2D to 3D image conversion?
1 Kommentar
neenu jose
am 1 Okt. 2011
Wayne King
am 2 Okt. 2011
0 Stimmen
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
Kategorien
Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!