ct_OpenCV Module

class ct_OpenCV.DDisplay_m(cv)

Class to display movies (OpenCV side)

add_movie(movie, communicate)

Adds a simple movie instance to this display class

flush_delete()
get_movies_list()
to_delete(i)
class ct_OpenCV.Movie_OpenCV(cv, movie, communicate)

Main functions related to OpenCV

close()

Destroy display and close everything

get_current_image(channel=None)

Returns a CV image : the one that is currently displayed

play(cv)

Plays once in the loop

set_current_image(image)
ct_OpenCV.init(selff)
ct_OpenCV.main(selff, cv, communicate)

This Page