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

Class CaptureClicks

source code

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

Instance Methods [hide private]
 
__init__(self, im, default_points=[], keep_window_open=False, window='PyVision Capture Points')
Initialize the data.
source code
 
display(self)
Display the window and run the main event loop.
source code
 
reset(self)
Clear the points and start over.
source code
 
mouseCallback(self, event, x, y, flags, param)
Call back function for mouse events.
source code