ct_TimeTrack Module

class ct_TimeTrack.TimeTrack(start, stop)
add_object(obj, frame)
create_frame(im)

Function that inserts a frame by copying the previous one That function doesn’t check if the frame already exists it MUST have been checked before !

get_index(im)

Returns the index in the list for the right image, or False if the index doesn’t exists or if it is out of the lifespan of the object

get_object(im)

Function that returns the object corresponding to the image

get_save_dict()
interpolate(next_idx, t)

Function that returns the linearily interpolated polygon This function should be overwriten to handle non-polygon objects, or to process a non-linear interpolation

set_save_dict(dic)

Previous topic

ct_OpenCV Module

Next topic

ct_import_export Module

This Page