Functions | |
| def | path_to_comp_id |
| def | path_to_dir_id |
Variables | |
| tuple | base_dir = os.getenv("OPENCV_RTC_ROOT") |
| list | cmd |
| tuple | comp_name = path_to_comp_id(path, "OpenCVRTC") |
| list | data |
| tuple | dir_name = path_to_dir_id(path, "OpenCVRTC") |
| list | flist = [] |
| string | full_path = "\\\\" |
| tuple | path = path.replace("/", "\\") |
| def opencvrtcwxs.path_to_comp_id | ( | path, | |
| prefix | |||
| ) |
Definition at line 38 of file opencvrtcwxs.py.
| def opencvrtcwxs.path_to_dir_id | ( | path, | |
| prefix | |||
| ) |
Definition at line 30 of file opencvrtcwxs.py.
| string opencvrtcwxs::base_dir = os.getenv("OPENCV_RTC_ROOT") |
Definition at line 22 of file opencvrtcwxs.py.
| list opencvrtcwxs::cmd |
00001 ["flist", 00002 "-c", comp_name, 00003 "-o", dir_name + ".yaml", 00004 "-p", base_dir + path]
Definition at line 65 of file opencvrtcwxs.py.
| tuple opencvrtcwxs::comp_name = path_to_comp_id(path, "OpenCVRTC") |
Definition at line 51 of file opencvrtcwxs.py.
| list opencvrtcwxs::data |
00001 [ 00002 ("bin", "*.dll *.exe rtc.conf") 00003 ]
Definition at line 17 of file opencvrtcwxs.py.
| tuple opencvrtcwxs::dir_name = path_to_dir_id(path, "OpenCVRTC") |
Definition at line 53 of file opencvrtcwxs.py.
| list opencvrtcwxs::flist = [] |
Definition at line 61 of file opencvrtcwxs.py.
| string opencvrtcwxs::full_path = "\\\\" |
Definition at line 58 of file opencvrtcwxs.py.
| tuple opencvrtcwxs::path = path.replace("/", "\\") |
Definition at line 55 of file opencvrtcwxs.py.