- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 23 Nov, 2017 1 commit
-
-
Muhammad Abdullah authored
Following were the errors in the digits_video.py 1 ) The code was not working because data type of x was float however in "cv2.rectangle" we require integer . 2 ) After pressing the "esc" button the image windows did not destroy So I amended following things: 1 ) ~converted data type of x to int.~ Used Python integer division (//) 2 ) used cv2.destroyAllWindows() to close all windows after the press of "esc" by user.
-
- 24 Aug, 2017 1 commit
-
-
tribta authored
* Unused variables * Bad identation
-
- 15 Dec, 2016 1 commit
-
-
StevenPuttemans authored
Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 03 Mar, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 18 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 13 Dec, 2015 1 commit
-
-
flp authored
Common fixes: - print function - int / float division - map, zip iterators in py3 but lists in py2 Known bugs with opencv 3.0.0 - digits.py, called via digits_video.py: https://github.com/Itseez/opencv/issues/4969 - gaussian_mix.py: https://github.com/Itseez/opencv/pull/4232 - video_v4l2.py: https://github.com/Itseez/opencv/pull/5474 Not working: - letter_recog.py due to changed ml_StatModel.train() signature
-
- 15 Jan, 2015 1 commit
-
-
berak authored
fixes for latest changes in opencv3.0 api waitKey() normalization fixed mser bindings
-
- 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.
-
- 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
-
- 06 Mar, 2013 1 commit
-
-
Moshe Kaplan authored
-
- 23 Nov, 2012 1 commit
-
-
marina.kolpakova authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 12 Jul, 2012 1 commit
-
-
Alexander Mordvintsev authored
-
- 02 Jul, 2012 2 commits
-
-
Andrey Kamaev authored
-
Alexander Mordvintsev authored
line breaks in fitline.py description
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 27 Jun, 2012 6 commits
-
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
digits.py now saves the resulting SVM classifier for use in digits_video.py
-