Zoom Module

class Zoom.Zoom(player)[source]
clicked_zoom(w, event)[source]

Event called when the image representing the zoom display is clicked

get_zoom()[source]

Function that return an object to be inserted in the display window

get_zoom_img()[source]

Function that return a zoom thumbnail in OpenCV format

update_zoom()[source]

Function that recompute the zooming window to update the display

class Zoom.Zoom_state(state)[source]
disp2im(tup)[source]

Function that convert a tuple (x,y) (or another format) in the coordinates of the image (coming from the display)

im2disp(tup)[source]

Function that convert a tuple (x,y) (or another format) in the coordinates of the display

set_zoom_img(img)[source]

Previous topic

Viewer Module

Next topic

States

This Page