Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Mordvintesv 0adf68ae62 work on #2100: pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown. 12 years ago
..
api Fixed hundreds of documentation problems 13 years ago
cv.py added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API. 13 years ago
cv2.cpp work on #2100: pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown. 12 years ago
cv2.cv.hpp Contrib module is added to java wrappers; fixed algorithm initialisation for python bindings 13 years ago
defs embeded cv Python module into cv2. 14 years ago
gen.py All tests writing temporary files are updated to use cv::tempfile() function 13 years ago
gen2.py work on #2100: pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown. 12 years ago
hdr_parser.py added contrib module support in Python wrappers (thanks to Eric Christiansen) 13 years ago