- 05 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 06 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 26 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 02 Jan, 2015 1 commit
-
-
Mike Izbicki authored
I had to make this modification locally to get opencv to build with python 2.6. Python 2.6 requires indices in the format string (the `0` I added). This requirement was relaxed in 2.7, so what used to be there would be working for people who could upgrade. I don't think the change has any negative consequences for future python versions, but I'm no expert.
-
- 21 Aug, 2014 2 commits
-
-
Alexander Mordvintsev authored
whitespace fix
-
Alexander Mordvintsev authored
fixed find_obj.py
-
- 19 Aug, 2014 7 commits
-
-
Alexander Mordvintsev authored
keep old const names for compatibility
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
maintain set of visited namespaces in CppHeaderParser WARNING: REMOVED const name conversion (SomeConstName -> SOME_CONST_NAME), discussion needed
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
submodule method tables generation
-
- 30 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Jul, 2014 3 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
gen2.py reports headers it processes cmake file restructured
-
Alexander Mordvintsev authored
-
- 14 May, 2014 1 commit
-
-
Alexander Mordvintsev authored
-
- 13 May, 2014 1 commit
-
-
Alexander Mordvintsev authored
-
- 12 May, 2014 1 commit
-
-
Alexander Mordvintsev authored
- all parsed headers are included into "cv2.cpp" with "pyopencv_generated_include.h" - types starting with "Ptr_" converted to "Ptr<...>" form (avoids many typedefs in "cv2.cpp")
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 14 Jun, 2013 1 commit
-
-
Gabe Schwartz authored
Python 3 requires METH_VARARGS | METH_KEYWORDS, not just METH_KEYWORDS.
-
- 13 Jun, 2013 1 commit
-
-
Gabe Schwartz authored
-
- 12 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
This protects from unwanted implicit conversions between types at compile time.
-
Andrey Kamaev 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.
-
- 09 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
* Drop some low level API * Remove outdated overloads * Utilize Input/OutputArray
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 21 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 15 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
This makes arguments of type InputOutputArray required in python unless they have a default value in C++. As result following python functions changes signatures in non-trivial way: * calcOpticalFlowFarneback * calcOpticalFlowPyrLK * calibrateCamera * findContours * findTransformECC * floodFill * kmeans * PCACompute * stereoCalibrate And the following functions become return their modified inputs as a return value: * accumulate * accumulateProduct * accumulateSquare * accumulateWeighted * circle * completeSymm * cornerSubPix * drawChessboardCorners * drawContours * drawDataMatrixCodes * ellipse * fillConvexPoly * fillPoly * filterSpeckles * grabCut * insertChannel * line * patchNaNs * polylines * randn * randShuffle * randu * rectangle * setIdentity * updateMotionHistory * validateDisparity * watershed
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 21 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
changed diagnostic from "warning" to "note" in the python wrapper generator, to suppress some noise in opencv utilities
-
- 23 Nov, 2012 1 commit
-
-
marina.kolpakova authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 11 Sep, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 07 Aug, 2012 1 commit
-
-
Alexander Mordvintesv authored
work on #2100: pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown.
-
- 31 May, 2012 1 commit
-
-
Andrey Kamaev authored
-