CellTracking Module

class CellTracking.Communication

Object to enable communication between threads

class CellTracking.Display(queue, comm, movies, ddisplay)

Bases: threading.Thread

Class that manages the PyGTK windows

run()

The main loop

stop()
class CellTracking.Object

General object for communication

class CellTracking.OpenCV(queue, comm)

Bases: threading.Thread

Class that manages the OpenCV windows

run()

The main function

stop()
exception CellTracking.Terminate

Bases: exceptions.Exception

Handling terminating signals

This Page