A brief description of our xBTracer project
baseline_trackers -- implemented baseline trackers in the paper with the proposed neuron test module
bd -- core code for xBTracer
dataset -- starting bounding boxes files and some helper functions
features -- functions to extract patch features
metric -- designed metrics
mex, mex_src -- mex code
simulation -- simulation for Brainbow stacks
swc_utils -- swc files read and writing functions
utils -- common utils
vlfeat-0.9.21 -- vlfeat package
-- run_all_experiments.m to run all experiments including abalations
The baseline trackers's codes are taken from their official github including commonly used helper functions.