This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-25 11:40:44 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1badec0b2d
opencv
/
modules
/
python
/
src2
History
Vadim Pisarevsky
1badec0b2d
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
2011-07-18 16:31:30 +00:00
..
api
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
cv2.cpp
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
2011-07-18 16:31:30 +00:00
cv2.cv.hpp
fixed memleak in Python bindings (ticket
#1219
)
2011-07-13 08:55:06 +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