フィルターのクリア

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

2 ビュー (過去 30 日間)
Pastor Villalpando
Pastor Villalpando 2020 年 7 月 27 日
コメント済み: Pastor Villalpando 2020 年 12 月 23 日
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 Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by