Loader Module

class Loader.Loader[source]
get_frame(index, rgb=True)[source]

Returns the image with the given index. Note that for the moment, the image is loaded at maximum depth (i.e. : can be 16bits), and converted to RGB autoatically. If a 8bits image is needed, consider the cv2.convertScaleAbs to change bit depth The rgb parameters indicates if the conversion should be performed.

get_frame_nb()[source]
get_save_dict()[source]
get_size()[source]
load(inp, loader_name)[source]

Function that load the video files inside the Loader

load_save_dict(dic)[source]

Previous topic

Loader

Next topic

Loader_gtk Module

This Page