Home
last modified time | relevance | path

Searched refs:VIDEO_TABLEAU_TAG (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/io/
H A Dbwm_io_structs.h19 #define VIDEO_TABLEAU_TAG "Proj2DTableau" macro
134 … : bwm_io_tab_config(VIDEO_TABLEAU_TAG, name, status), video_path(frames), camera_glob(cameras) {} in bwm_io_tab_config_video()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_tableau_factory.cxx81 else if (t->type_name.compare(VIDEO_TABLEAU_TAG) == 0) { in create_tableau()