- 30 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jun, 2017 1 commit
-
-
lewisjb authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 11 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
/usr/lib/python3.5/re.py:203: FutureWarning: split() requires a non-empty pattern match. return _compile(pattern, flags).split(string, maxsplit)
-
- 09 Feb, 2016 1 commit
-
-
Nikolay Polyarniy authored
- cv2.UMat implemented - python thin wrapper for UMat - no implicit copy from GPU to Host done, resulting UMat can be passed to next function without overhead - cv2.UMat.get() - to fetch data to Host - new tests covers: ORB, BFMatcher, goodFeaturesToTrack, calcOpticalFlowPyrLK
-
- 06 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Nov, 2014 1 commit
-
-
Shiquan Wang authored
-
- 01 Sep, 2014 1 commit
-
-
Alexander Mordvintsev authored
don't discard pure virtual methods in hdr_parser.py (was broken anyway)
-
- 19 Aug, 2014 2 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
maintain set of visited namespaces in CppHeaderParser WARNING: REMOVED const name conversion (SomeConstName -> SOME_CONST_NAME), discussion needed
-
- 30 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Jul, 2014 1 commit
-
-
Alexander Mordvintsev authored
gen2.py reports headers it processes cmake file restructured
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 24 Jun, 2014 1 commit
-
-
Vadim Pisarevsky authored
removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. some of the stuff will be moved to opencv_contrib module. in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
-
- 14 May, 2014 1 commit
-
-
Alexander Mordvintsev authored
-
- 13 Jun, 2013 1 commit
-
-
Gabe Schwartz authored
-
- 11 Apr, 2013 1 commit
-
-
Roman Donchenko authored
Also, removed the one from modules/python/src2/cv.py and cleared its executable bit, since it's not a script.
-
- 22 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 15 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 26 Dec, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
* always use "argN" names for unnamed arguments * honor space symbol between typename and "*", "&" symbols * fix indent errors
-
- 23 Nov, 2012 1 commit
-
-
marina.kolpakova authored
-
- 14 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 04 Jul, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 29 May, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 28 May, 2012 5 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 28 Mar, 2012 2 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
- 25 Jan, 2012 1 commit
-
-
Vadim Pisarevsky authored
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)
-
- 15 Sep, 2011 1 commit
-
-
Alexander Mordvintsev authored
updated feature_homography.py sample to use new features
-
- 31 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 13 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
-