Go to the source code of this file.
Namespaces | |
opencvwxs | |
Functions | |
def | opencvwxs.path_to_comp_id (path, prefix) |
def | opencvwxs.path_to_dir_id (path, prefix) |
Variables | |
opencvwxs.base_dir = os.getenv("OPENCV_ROOT") | |
list | opencvwxs.cmd |
def | opencvwxs.comp_name = path_to_comp_id(path, "OpenCV") |
list | opencvwxs.data |
def | opencvwxs.dir_name = path_to_dir_id(path, "OpenCV") |
list | opencvwxs.flist = [] |
string | opencvwxs.full_path = base_dir + "\\\\" + path |
string | opencvwxs.OpenCV_files = "README OpenCVConfig.cmake" |
opencvwxs.path = path.replace("/", "\\") | |