This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
1f07209f6c
opencv
/
modules
/
python
/
src2
History
Vadim Pisarevsky
e2e4ee2f53
disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket
#1177
)
2011-08-06 20:15:29 +00:00
..
api
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
cv2.cpp
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
2011-07-24 10:34:14 +00:00
cv2.cv.hpp
disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket
#1177
)
2011-08-06 20:15:29 +00:00
defs
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
gen2.py
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
2011-07-16 09:35:56 +00:00
gen.py
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
hdr_parser.py
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
2011-07-13 23:04:39 +00:00