postpop / FlyPursuit

fast and simple fly tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlyPursuit - fast and simple fly tracker

installation (windows)

conda install numpy scipy accelerate h5py
conda install -c menpo opencv3
git clone https://github.com/postpop/FlyPursuit.git

usage

check the source code and FlyPursuit.py --help, pursuit_caller --help

call matlab from python

installation:

cd "MATLABROOT/extern/engines/python"
python setup.py install

usage:

import matlab.engine
eng = matlab.engine.start_matlab()      # start engine
eng.cd('pathToResults')                 # cd into right dir
eng.video_postProcess_python(nargout=0) # process
eng.quit()                              # quit engine

About

fast and simple fly tracker


Languages

Language:Python 100.0%