mod_channels Module

class mod_channels.Channel(name, associate_list, loader, index, select_asso=None)
change_select(i, state=None)

Switch the select flag of the i-th item in the list

get_asso_list()
get_index()
get_name()
upd_button(but_i)
class mod_channels.Channels
add_channel(name, associate_list, associate_list_i, loader, select_asso=None)

associate_list is the list of possible outputs

add_new_channel(name, name_index, loader, select_asso=None)

Requires an initialized loader

check_channels()

Function that checks if every input is associated at most once

clear_channels()
configure_channels()

Functions that create the final binding between the file and the required channel, this function must be called after having checked that there is no double association, else, thoses will be overwritten without warning

get_association_names_table()
get_association_table()
get_channel(i)

returns a channel, given its index

get_channels_list()
get_name()
get_save_dict()

Returns a dictionnary containing all the required parameters required for channels

set_name(name)
update_loaders()

Previous topic

ct_OpenCV Module

Next topic

mod_features Module

This Page