필터 지우기
필터 지우기

how do I extract the transformation between frames when I using vision.pointtracker.

조회 수: 2 (최근 30일)
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개)

Pratyush Roy
Pratyush Roy 2020년 12월 21일
편집: Pratyush Roy 2020년 12월 21일
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!

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by