| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
clickHandler
A class for objects designed to handle click events on ImageMontage objects. We separate this out from the ImageMontage object to address a memory leak when using cv.SetMouseCallback(window, self._onClick, window), because we don't want the image data associated with the click handler
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Handle the mouse click for an image montage object. Increment or Decrement the set of images shown in the montage if appropriate. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 21 14:31:59 2015 | http://epydoc.sourceforge.net |