how do I extract the transformation between frames when I using vision.pointtracker.
Mostrar comentarios más antiguos
I have a video of falling object. I want to track the features (I used Harris Corners) in a ROI (this work ok). I am tracking using Lucas Kanade Tomasi algorithm in vision.pointtraker. How do I extract the tranformation between frames in the region I am tracking? . I want to later use this tranformation to stabilize the video base on the tracked ROI
1 comentario
Pastor Villalpando
el 23 de Dic. de 2020
Respuestas (1)
Pratyush Roy
el 21 de Dic. de 2020
Editada: Pratyush Roy
el 21 de Dic. de 2020
0 votos
Hi,
The estimateGeometricTransform function available in Computer Vision Toolbox helps to estimate the geometric transformation between two sets of matched points(corner points in this case). The documentation for the function can be obtained here:
Hope this helps!
Categorías
Más información sobre Image Processing and Computer Vision 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!