bb_tracking
latest
Data
Tracking
Validation
bb_tracking
Docs
»
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
F
|
G
|
I
|
M
|
O
|
P
|
S
|
T
|
V
|
X
|
Y
_
__init__() (DataWrapperBinary method)
(DataWrapperPandas method)
(DataWrapperTracks method)
(DataWrapperTruthBinary method)
(DataWrapperTruthPandas method)
(DataWrapperTruthTracks method)
A
adjusted_length (ScoreMetrics attribute)
alternatives (Score attribute)
B
bb_tracking.data.constants (module)
bb_tracking.data.datastructures (module)
bb_tracking.data.datawrapper (module)
bb_tracking.data.datawrapper_binary (module)
bb_tracking.data.datawrapper_pandas (module)
bb_tracking.data.datawrapper_tracks (module)
bb_tracking.tracking.scoring (module)
beeId (Detection attribute)
beeId_digits (DataWrapperPandas attribute)
bit_array_to_int_v() (in module bb_tracking.tracking.scoring)
C
calc_id (Score attribute)
calc_median_ids() (in module bb_tracking.tracking.scoring)
calc_track_ids() (in module bb_tracking.tracking.scoring)
cam_false_positives (DataWrapperTruthBinary attribute)
cam_ids (DataWrapperBinary attribute)
(DataWrapperTracks attribute)
cam_timestamps (DataWrapperBinary attribute)
(DataWrapperPandas attribute)
(DataWrapperTracks attribute)
cam_tracks (DataWrapperTruthBinary attribute)
CAMKEY (in module bb_tracking.data.constants)
clean_data() (DataWrapperPandas method)
(DataWrapperTruthPandas method)
code_unknown (DataWrapperTruth attribute)
cols (DataWrapperPandas attribute)
D
data (DataWrapperTracks attribute)
DataWrapper (class in bb_tracking.data.datawrapper)
DataWrapperBinary (class in bb_tracking.data.datawrapper_binary)
DataWrapperPandas (class in bb_tracking.data.datawrapper_pandas)
DataWrapperTracks (class in bb_tracking.data.datawrapper_tracks)
DataWrapperTruth (class in bb_tracking.data.datawrapper)
DataWrapperTruthBinary (class in bb_tracking.data.datawrapper_binary)
DataWrapperTruthPandas (class in bb_tracking.data.datawrapper_pandas)
DataWrapperTruthTracks (class in bb_tracking.data.datawrapper_tracks)
deletes (ScoreMetrics attribute)
Detection (class in bb_tracking.data.datastructures)
detections (DataWrapperPandas attribute)
detections_dict (DataWrapperBinary attribute)
(DataWrapperPandas attribute)
DETKEY (in module bb_tracking.data.constants)
distance_orientations() (in module bb_tracking.tracking.scoring)
distance_orientations_v() (in module bb_tracking.tracking.scoring)
distance_positions_v() (in module bb_tracking.tracking.scoring)
duplicate_cols (DataWrapperTruthPandas attribute)
duplicates_radius (DataWrapperPandas attribute)
F
false_positives (DataWrapperTruthBinary attribute)
fp_id (DataWrapperTruth attribute)
FPKEY (in module bb_tracking.data.constants)
frame_detections (DataWrapperBinary attribute)
frame_track_end (DataWrapperTracks attribute)
frame_track_start (DataWrapperTracks attribute)
frame_trees (DataWrapperBinary attribute)
(DataWrapperTracks attribute)
FRAMEIDXKEY (in module bb_tracking.data.constants)
G
gap_left (ScoreMetrics attribute)
gap_matches (ScoreMetrics attribute)
gap_right (ScoreMetrics attribute)
get_all_detection_ids() (DataWrapperTruth method)
(DataWrapperTruthBinary method)
(DataWrapperTruthPandas method)
(DataWrapperTruthTracks method)
get_camids() (DataWrapper method)
(DataWrapperBinary method)
(DataWrapperPandas method)
(DataWrapperTracks method)
get_detection() (DataWrapper method)
(DataWrapperBinary method)
(DataWrapperPandas method)
(DataWrapperTracks method)
get_detections() (DataWrapper method)
(DataWrapperBinary method)
(DataWrapperPandas method)
(DataWrapperTracks method)
get_frame_objects() (DataWrapper method)
(DataWrapperBinary method)
(DataWrapperPandas method)
(DataWrapperTracks method)
get_frame_objects_starting() (DataWrapperTracks method)
get_neighbors() (DataWrapper method)
(DataWrapperBinary method)
(DataWrapperPandas method)
(DataWrapperTracks method)
get_timestamps() (DataWrapper method)
(DataWrapperBinary method)
(DataWrapperPandas method)
(DataWrapperTracks method)
get_track() (DataWrapperTracks method)
get_tracks() (DataWrapperTracks method)
get_truth_track() (DataWrapperTruth method)
(DataWrapperTruthBinary method)
(DataWrapperTruthPandas method)
(DataWrapperTruthTracks method)
get_truth_tracks() (DataWrapperTruth method)
(DataWrapperTruthBinary method)
(DataWrapperTruthPandas method)
(DataWrapperTruthTracks method)
get_truthid() (DataWrapperTruth method)
(DataWrapperTruthBinary method)
(DataWrapperTruthPandas method)
(DataWrapperTruthTracks method)
get_truthids() (DataWrapperTruth method)
(DataWrapperTruthBinary method)
(DataWrapperTruthPandas method)
(DataWrapperTruthTracks method)
I
id (Detection attribute)
(Track attribute)
id_matches (ScoreMetrics attribute)
id_mismatches (ScoreMetrics attribute)
ids (Track attribute)
inserts (ScoreMetrics attribute)
M
mean_duplicates_merge_columns (DataWrapperPandas attribute)
merge_cols (DataWrapperTruthPandas attribute)
meta (Detection attribute)
(Track attribute)
metrics (Score attribute)
O
orientation (Detection attribute)
P
position_scale (DataWrapperBinary attribute)
positives (DataWrapperTruthBinary attribute)
S
Score (class in bb_tracking.data.datastructures)
score_id_sim() (in module bb_tracking.tracking.scoring)
score_id_sim_orientation() (in module bb_tracking.tracking.scoring)
score_id_sim_orientation_v() (in module bb_tracking.tracking.scoring)
score_id_sim_rotating() (in module bb_tracking.tracking.scoring)
score_id_sim_rotating_v() (in module bb_tracking.tracking.scoring)
score_id_sim_tracks_median_v() (in module bb_tracking.tracking.scoring)
score_id_sim_v() (in module bb_tracking.tracking.scoring)
score_ids_and_orientation() (in module bb_tracking.tracking.scoring)
score_ids_best_fit() (in module bb_tracking.tracking.scoring)
score_ids_best_fit_rotating() (in module bb_tracking.tracking.scoring)
ScoreMetrics (class in bb_tracking.data.datastructures)
T
timestamp (Detection attribute)
timestamps (DataWrapperBinary attribute)
(DataWrapperTracks attribute)
(Track attribute)
Track (class in bb_tracking.data.datastructures)
track_id (Score attribute)
track_length (ScoreMetrics attribute)
tracks (DataWrapperTracks attribute)
(DataWrapperTruthBinary attribute)
truth_id (Score attribute)
truth_track_length (ScoreMetrics attribute)
TRUTHKEY (in module bb_tracking.data.constants)
V
value (Score attribute)
X
x (Detection attribute)
Y
y (Detection attribute)