"Video Stabilization Using Point Feature Matching" Example- cannot find "cvexEstSt​abilizatio​nTform" or "cvexTformToSRT" function files

21 visualizaciones (últimos 30 días)
I am trying to follow the example for "Video Stabilization Using Point Feature Matching" given in the documentation for the Computer Vision Toolbox:
https://www.mathworks.com/help/vision/ug/video-stabilization-using-point-feature-matching.html?searchHighlight=cvexEstStabilizationTform&s_tid=doc_srchtitleI have simply copied and pasted the code given on that documentation page into a script. However, when I run that script, I encounter the following error message:Error in videostabilize_pm (line 252)H = cvexEstStabilizationTform(imgA,imgB);What files do I need to run this example? And where can I find them? 

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 10 de Mzo. de 2022
Editada: MathWorks Support Team el 11 de Mzo. de 2022
To run this example, you need to 2 files, both of which can be found in the following MATLAB folder:
     C:\Program Files\MATLAB\R2019a\examples\vision\main
Copy the "cvexEstStabilizationTform.m" and "cvexTformToSRT.m" function files from this folder and paste them into your working directory.
Your code should now run through the example as expected. 

Más respuestas (0)

Categorías

Más información sobre Computer Vision Toolbox en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by