Package pyvision :: Package analysis :: Module gui_tools :: Class CaptureClicksVideo
[hide private]
[frames] | no frames]

Class CaptureClicksVideo

source code

This object handles the data mangagement and display of the capture clicks window.

Instance Methods [hide private]
 
__init__(self, video, buffer_size=60, callback=None, keep_window_open=False)
Initialize the data.
source code
 
display(self)
Display the window and run the main event loop.
source code
 
reset(self) source code
 
render(self)
Clear the points and start over.
source code
 
next(self) source code
 
prev(self) source code
 
mouseCallback(self, event, x, y, flags, param)
Call back function for mouse events.
source code