- 14 Sep, 2016 1 commit
-
-
danil-tolkachev authored
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jun, 2016 1 commit
-
-
Simon Hänisch authored
change the `while` loop to check if the two windows created by this example still exist, stop the program otherwise
-
- 13 Jun, 2016 2 commits
-
-
Aleksandar Atanasov authored
-
Aleksandar Atanasov authored
-
- 12 Jun, 2016 2 commits
-
-
Aleksandar Atanasov authored
Moved second `imshow()` inside the if-statement to prevent error when no lines have been found and the function is called with an empty `cdst`.
-
Aleksandar Atanasov authored
I noticed that I missed the fact that `cimg` is used in the second `imshow()` call. Changed the scope of the second function call to be within the if-statement. Otherwise in cases where have not been detected the second `imshow()` will attempt to use `cimg` which will be empty leading to an error.
-
- 09 Jun, 2016 1 commit
-
-
Aleksandar Atanasov authored
-
- 02 Jun, 2016 2 commits
-
-
Aleksandar Atanasov authored
In the C++ equivalent of this example a check is made whether the vector (here in Python we have a list) actually has any lines in it that is whether the Hough lines function has managed to find any in the given image. This check is missing for the Python example and if no lines are found the application breaks.
-
Aleksandar Atanasov authored
In the C++ equivalent of this example a check is made whether the vector (here in Python we have a list) actually has any circles in it that is whether the Hough circles function has managed to find any in the given image. This check is missing for the Python example and if no circles are found the application breaks.
-
- 01 Apr, 2016 1 commit
-
-
Fraser Harris authored
-
- 29 Mar, 2016 2 commits
-
-
Anatoly Orlov authored
-
Anatoly Orlov authored
1. Following condition is True on each iteration becuase -1 % 0xFF is 255 not -1 code = cv2.waitKey(100) % 0x100 if code != -1: break this were resetting point position on each cycle not on key press as intended 2. Previous small bug were masking serious bug with matrix operation on matrices of incorrect size. As the result on 2nd iteration of internal cycle program has crushed. I have fixed it too, matrix operation was taken from examples/cpp/kalman.cpp where it looks like randn( processNoise, Scalar(0), Scalar::all(sqrt(KF.processNoiseCov.at<float>(0, 0)))); which is something totally different from previous code here. Example behave as it should now, i.e. point moving by circle trajectory as in C++ example.
-
- 24 Mar, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 03 Mar, 2016 7 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 13 Jan, 2016 1 commit
-
-
BinMatrix authored
-
- 18 Dec, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 25 Nov, 2013 1 commit
-
-
StevenPuttemans authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 23 Nov, 2012 1 commit
-
-
marina.kolpakova authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 24 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 29 Jul, 2012 2 commits
-
-
Philipp Wagner authored
-
Philipp Wagner authored
-
- 18 Mar, 2012 4 commits
-
-
Gary Bradski authored
-
Gary Bradski authored
-
Gary Bradski authored
-
Gary Bradski authored
-
- 11 Mar, 2012 1 commit
-
-
Alexander Shishkov authored
updated links in cheatsheet renamed directory for Mat tutorial changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
-
- 17 Feb, 2012 1 commit
-
-
Alexander Shishkov authored
-