.gitignore
.nojekyll
LICENSE
MANIFEST.in
README.md
build.rst
main.py
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/sphinx.yml
.github/workflows/test_and_deploy.yml
docs/.gitignore
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/guide.rst
docs/source/index.rst
docs/source/install.rst
docs/source/intro.rst
docs/source/modules.rst
docs/source/quickstart.rst
docs/source/stardist_stracking.rst
docs/source/stracking.rst
docs/source/_static/.gitkeep
docs/source/images/output_Example1_1.png
docs/source/images/output_Example1_2.png
docs/source/images/output_Example1_3.png
docs/source/images/output_Example1_4.png
docs/source/images/output_Example1_5.png
docs/source/images/output_Example1_6.png
docs/source/images/output_Example2_1.png
docs/source/images/output_Example2_2.png
docs/source/images/output_Example2_3.png
examples/README.rst
examples/detectors/README.rst
examples/detectors/dog_detector_2d.py
examples/detectors/doh_detector_2d.py
examples/detectors/log_detector_2d.py
examples/features/README.rst
examples/features/length_features_2d.py
examples/jupyter_notebooks/Test StarDist + Stracking.ipynb
examples/jupyter_notebooks/Test_Stracking.ipynb
examples/linkers/README.rst
examples/linkers/sp_linker.py
examples/properties/README.rst
examples/properties/intensity_properties.py
stracking/__init__.py
stracking.egg-info/PKG-INFO
stracking.egg-info/SOURCES.txt
stracking.egg-info/dependency_links.txt
stracking.egg-info/entry_points.txt
stracking.egg-info/requires.txt
stracking.egg-info/top_level.txt
stracking/cli/__init__.py
stracking/cli/detector_dog.py
stracking/cli/detector_doh.py
stracking/cli/detector_log.py
stracking/cli/linker_shortest_path.py
stracking/containers/__init__.py
stracking/containers/_containers.py
stracking/data/__init__.py
stracking/data/fake_tracks1.tif
stracking/data/tracks1_3d/track1_t001.tif
stracking/data/tracks1_3d/track1_t002.tif
stracking/data/tracks1_3d/track1_t003.tif
stracking/data/tracks1_3d/track1_t004.tif
stracking/data/tracks1_3d/track1_t005.tif
stracking/detectors/__init__.py
stracking/detectors/_detector.py
stracking/detectors/_gaussian_detectors.py
stracking/detectors/_seg_detector.py
stracking/detectors/tests/__init__.py
stracking/detectors/tests/test_gaussian_detectors.py
stracking/detectors/tests/tracks1.tif
stracking/detectors/tests/tracks1_crop.tif
stracking/features/__init__.py
stracking/features/_feature.py
stracking/features/_length.py
stracking/features/tests/__init__.py
stracking/features/tests/test_length.py
stracking/filters/__init__.py
stracking/filters/_feature_filter.py
stracking/filters/_filter.py
stracking/filters/tests/__init__.py
stracking/filters/tests/test_feature_filter.py
stracking/io/__init__.py
stracking/io/_csv_io.py
stracking/io/_icy_io.py
stracking/io/_io.py
stracking/io/_isbi_io.py
stracking/io/_particles_io.py
stracking/io/_reader_function.py
stracking/io/_st_io.py
stracking/io/_trackmate_io.py
stracking/io/tests/FakeTracks_ISBI.xml
stracking/io/tests/FakeTracks_Icy.xml
stracking/io/tests/FakeTracks_TrackMate.xml
stracking/io/tests/__init__.py
stracking/io/tests/test_reader.py
stracking/io/tests/two_tracks.csv
stracking/linkers/__init__.py
stracking/linkers/_euclidean_cost.py
stracking/linkers/_linker.py
stracking/linkers/_nn_linker.py
stracking/linkers/_sp_linker.py
stracking/linkers/utils.py
stracking/linkers/tests/__init__.py
stracking/linkers/tests/test_sp_linker.py
stracking/observers/__init__.py
stracking/observers/_observers.py
stracking/pipelines/__init__.py
stracking/pipelines/_pipeline.py
stracking/pipelines/tests/pipeline1.json
stracking/properties/__init__.py
stracking/properties/_intensity.py
stracking/properties/_properties.py
stracking/properties/tests/__init__.py
stracking/properties/tests/test_intensity_properties.py