using vSet object to extract poses and tracks

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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품

릴리스

R2019a

질문:

2019년 10월 1일

답변:

2020년 11월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by