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.tracksActiveall active tracks that have been tracked purely by KLTprotected DogArray<HybridTrack<TD>>HybridTrackerScalePoint.tracksAllList of all tracks (active + inactive) and stores unused track data for future re-useprotected List<HybridTrack<TD>>HybridTrackerScalePoint.tracksDroppedtracks which were dropped this frameprotected FastArray<HybridTrack<TD>>HybridTrackerScalePoint.tracksInactivetracks not visible in the current frame and were not updatedprotected List<HybridTrack<TD>>HybridTrackerScalePoint.tracksSpawnedrecently 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 TypeMethodDescriptionbooleanHybridTrackerScalePoint.dropTrack(HybridTrack<TD> track) Stops tracking the specified track and recycles its data.