Skip to content

gilestrolab/pySolo-Video

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
rPI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

pySolo-Video is a standalone program that provides video tracking capabilities meant for studying sleep in Drosophila

Input can be:

  • usb camera handled through opencv
  • single movie files (mov, avi, etc)
  • folders containing sequences of snapshots

Tracking is done using findContours algorithm of opencv.

It works through a GUI interface

REQUIRES:

  • python 2.x
  • wxpython 2.8
  • opencv
  • numpy