Class TrackBitSet<T>
java.lang.Object
clickTrainDetector.clickTrainAlgorithms.mht.TrackBitSet<T>
Holds information on a track possibility
- Author:
 - Jamie Macaulay
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionThe chi2 value of the track.intFlag which can indicate track statusstatic final intFlag to indicate a track should be junked.A bit set representing the track were each true and false represents whether a sequential detection is within the track or not - 
Constructor Summary
ConstructorsConstructorDescriptionTrackBitSet(int size, MHTChi2<T> chi2Track) TrackBitSet(BitSet bitSet) TrackBitSet(BitSet trackBitSet, MHTChi2<T> chi2Track)  - 
Method Summary
 
- 
Field Details
- 
JUNK_TRACK
public static final int JUNK_TRACKFlag to indicate a track should be junked.- See Also:
 
 - 
trackBitSet
A bit set representing the track were each true and false represents whether a sequential detection is within the track or not - 
chi2Track
The chi2 value of the track. Lower values indicate consistently changing variables e.g. bearings, amplitudes, inter-click interval. - 
flag
public int flagFlag which can indicate track status 
 - 
 - 
Constructor Details
- 
TrackBitSet
 - 
TrackBitSet
 - 
TrackBitSet
 
 - 
 - 
Method Details
- 
getChi2
public double getChi2()Convenience function to get chi2 of track.- Returns:
 - chi2 of track
 
 
 -