Uses of Class
boofcv.alg.tracker.hybrid.HybridTrack
Packages that use HybridTrack
-
Uses of HybridTrack in boofcv.alg.tracker.hybrid
Fields in boofcv.alg.tracker.hybrid with type parameters of type HybridTrackModifier 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 tracksMethods in boofcv.alg.tracker.hybrid that return HybridTrackModifier 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.Methods in boofcv.alg.tracker.hybrid with parameters of type HybridTrackModifier and TypeMethodDescriptionboolean
HybridTrackerScalePoint.dropTrack
(HybridTrack<TD> track) Stops tracking the specified track and recycles its data.