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
957e80abbd
opencv
/
modules
/
python
/
src2
History
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
2012-03-15 14:36:01 +00:00
..
api
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
cv2.cpp
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
2012-03-15 14:36:01 +00:00
cv2.cv.hpp
adjust the header parser to support "public virtual" construction and make a tweak for multiple inheritance, fix potential memory problem with Python's IplImage.tostring() method (ticket
#1486
)
2012-01-25 13:25:35 +00:00
cv.py
added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API.
2011-08-12 18:03:01 +00:00
defs
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
gen2.py
fixed python GIL reacquire in case of exception
2012-03-10 05:56:40 +00:00
gen.py
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
hdr_parser.py
adjust the header parser to support "public virtual" construction and make a tweak for multiple inheritance, fix potential memory problem with Python's IplImage.tostring() method (ticket
#1486
)
2012-01-25 13:25:35 +00:00