フィルターのクリア

using vSet object to extract poses and tracks

5 ビュー (過去 30 日間)
Chinthaka Amarasinghe
Chinthaka Amarasinghe 2019 年 10 月 1 日
回答済み: Gaurav Chaudhary 2020 年 11 月 3 日
Hi there,
Im using vSet object to store camera poses and tracks, I want to get poses and tracks out of the vSet, but not adjecent ids. I tried poses(vSet, [1,3]) and it wroks fine but, findTracks(vSet, [1,3]) not working, giving me empty result. But im sure there are track between poses 1 and 3. How do I find tracks only between poses 1 and 3..

回答 (1 件)

Gaurav Chaudhary
Gaurav Chaudhary 2020 年 11 月 3 日
Hello,
to find track between poses 'a' and 'b' please execute the following statement
>>findTracks(vSet,[a:b])
Instead of ',' use of ':' can affect and get you the desired outcome.

カテゴリ

Help Center および File ExchangeMATLAB Support Package for USB Webcams についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by