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-26 04:00:30 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3b97f5d5e9
opencv
/
modules
/
python
/
src2
History
Vadim Pisarevsky
3b97f5d5e9
return Py_None for an empty mat (should
fix
#1120
)
2011-06-13 21:47:35 +00:00
..
cv2.cpp
return Py_None for an empty mat (should
fix
#1120
)
2011-06-13 21:47:35 +00:00
gen2.py
make type registration ordering in cv2.so consistent with the declaration order (fixes the class hierarchy; see ticket
#1113
)
2011-06-10 13:22:40 +00:00
hdr_parser.py
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
2011-06-09 01:16:45 +00:00
opencv_extra_api.hpp
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
2011-06-06 14:51:27 +00:00