Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 534 Bytes

README.md

File metadata and controls

executable file
·
21 lines (12 loc) · 534 Bytes

InfoTracking

Time-lapse microscopy and simulation tracking using entropy and mutual information.

Requires:

  • numpy
  • scipy
  • matplotlib

Jupyter required for notebook based data exploration and plotting.

conda create -n infotracking python=3.6 numpy scipy scikit-image matplotlib jupyter

source activate infotracking

conda install -c conda-forge opencv

python EM.py <filename_pattern> <start_frame> <number_frames>

where <filename_pattern> is a format string with full path, e.g. /Users/tim/data/image%03d.tif.