MATLAB 도움말 센터
Lists track branches
branches = getBranches(tracker)
branches = getBranches(tracker) returns a list of track branches maintained by the tracker. The tracker must be updated at least once before calling this object function. Use isLocked(tracker) to test whether the tracker has been updated.
branches
tracker
isLocked(tracker)
example
collapse all
Create a multi-hypothesis tracker with one detection and obtain its branches.
tracker = trackerTOMHT; detection = objectDetection(0,[0;0;0]); tracker(detection,0); branches = getBranches(tracker)
branches = objectTrack with properties: TrackID: 1 BranchID: 1 SourceIndex: 0 UpdateTime: 0 Age: 1 State: [6×1 double] StateCovariance: [6×6 double] StateParameters: [1×1 struct] ObjectClassID: 0 ObjectClassProbabilities: 1 TrackLogic: 'Score' TrackLogicState: [13.7102 13.7102] IsConfirmed: 0 IsCoasted: 0 IsSelfReported: 1 ObjectAttributes: [1×1 struct]
trackerTOMHT
Target tracker, specified as a trackerTOMHT object.
List of track branches, returned as an array of track structure or array of track structures.
TrackID
Integer that identifies the track.
BranchID
Unique integer that identifies the track branch (hypothesis).
UpdateTime
Time to which the track is updated.
Age
Number of times the track was updated with either a hit or a miss.
State
Value of state vector at update time.
StateCovariance
Uncertainty covariance matrix.
TrackLogic
The track logic used. Values are either 'History' or 'Score'.
'History'
'Score'
TrackLogicState
The current state of the track logic.
For 'History' track logic, a 1-by-Q logical array, where Q is the greater of N or R from the confirmation and deletion thresholds.
For 'Score' track logic, a 1-by-2 numerical array in the form: [currentScore, maxScore].
[currentScore, maxScore]
IsConfirmed
True if the track is assumed to be of a real target.
IsCoasted
True if the track has been updated without a detection (predicted).
ObjectClassID
An integer value representing the object classification. Zero is reserved for 'unknown'.
'unknown'
ObjectAttributes
A cell array of cells. Each cell captures the object attributes reported by the corresponding sensor.
Data Types: struct
struct
expand all
Introduced in R2018b
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
유럽
아시아 태평양
지역별 지사에 문의