Uses of Class
boofcv.alg.tracker.hybrid.HybridTrack
-
Uses of HybridTrack in boofcv.alg.tracker.hybrid
Modifier and TypeFieldDescriptionprotected FastArray<HybridTrack<TD>>
HybridTrackerScalePoint.tracksActive
all active tracks that have been tracked purely by KLTprotected DogArray<HybridTrack<TD>>
HybridTrackerScalePoint.tracksAll
List of all tracks (active + inactive) and stores unused track data for future re-useprotected List<HybridTrack<TD>>
HybridTrackerScalePoint.tracksDropped
tracks which were dropped this frameprotected FastArray<HybridTrack<TD>>
HybridTrackerScalePoint.tracksInactive
tracks not visible in the current frame and were not updatedprotected List<HybridTrack<TD>>
HybridTrackerScalePoint.tracksSpawned
recently spawned tracksModifier and TypeMethodDescriptionprotected HybridTrack<TD>
HybridTrackerScalePoint.createNewTrack()
Creates a new track and sets the descriptorHybridTrackerScalePoint.dropTrackByAllIndex
(int index) Drops the track using its index in all.Modifier and TypeMethodDescriptionboolean
HybridTrackerScalePoint.dropTrack
(HybridTrack<TD> track) Stops tracking the specified track and recycles its data.