- 26 Aug, 2016 1 commit
-
-
Asal Mirzaieva authored
- also some minor changes to the respective sample cpp file
-
- 22 Aug, 2016 1 commit
-
-
Cartucho authored
The Mat "src_copy" is never used.
-
- 16 Aug, 2016 2 commits
-
-
PkLab.net authored
-
LaurentBerger authored
* example using the Canny algorithm with custom image gradient. * Modified example to integrate new function canny with custom gradient
-
- 15 Aug, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 09 Aug, 2016 1 commit
-
-
ggargov authored
Program flow is not easily apparent so hopefully ANY comments in the code could help new users.
-
- 08 Aug, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 29 Jul, 2016 2 commits
- 20 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 19 Jul, 2016 1 commit
-
-
catree authored
-
- 15 Jul, 2016 1 commit
-
-
Vladislav Vinogradov authored
in this case the sample will not be built if OpenGL is not found
-
- 14 Jul, 2016 1 commit
-
-
Vladislav Vinogradov authored
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 11 Jul, 2016 1 commit
-
-
Arthur Cinader authored
1. Explain grayscale input still read as three channel 2. Fix typo 3. Add more details to image match explanation to include the use of masks
-
- 07 Jul, 2016 1 commit
-
-
LaurentBerger authored
-
- 01 Jul, 2016 1 commit
-
-
Arthur Cinader authored
-
- 30 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jun, 2016 3 commits
-
-
Dmitry Trifonov authored
-
Simon Hänisch authored
change the `while` loop to check if the two windows created by this example still exist, stop the program otherwise
-
sarthak authored
removed binary update
-
- 26 Jun, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 23 Jun, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 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
-
- 03 Jun, 2016 1 commit
-
-
Vladislav Sovrasov 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.
-
- 30 May, 2016 1 commit
-
-
berak authored
fix for #6598
-
- 20 May, 2016 1 commit
-
-
DozyC authored
-
- 19 May, 2016 1 commit
-
-
CSBVision authored
-
- 11 May, 2016 1 commit
-
-
DozyC authored
-
- 29 Apr, 2016 1 commit
-
-
Julien Nabet authored
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types. [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
-
- 22 Apr, 2016 2 commits
-
-
Eric Liao authored
Allow configuration of the square size in stereo_calib.
-
-
- 19 Apr, 2016 1 commit
-
-
StevenPuttemans authored
-
- 17 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-