what is step response and step()?
Mostrar comentarios más antiguos
currently iam doing 2d to 3d image conversion project..please help..thankyou.
Respuesta aceptada
Más respuestas (2)
David Young
el 1 de Oct. de 2011
0 votos
How does the step function relate to 2D to 3D image conversion?
1 comentario
neenu jose
el 1 de Oct. de 2011
Wayne King
el 2 de Oct. de 2011
0 votos
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
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!