- 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 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.
-
Aleksandar Atanasov authored
Updating own opencv fork to 3.x
-
- 01 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 31 May, 2016 7 commits
-
-
Tomoaki Teshima authored
* loosen the threshold only under aarch64 * fix #6610
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
- 30 May, 2016 2 commits
-
-
Maksim Shabunin authored
-
berak authored
fix for #6598
-
- 28 May, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 26 May, 2016 5 commits
-
-
Bram Ton authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Guy Sheffer authored
-
Maksim Shabunin authored
-
- 25 May, 2016 7 commits
-
-
Tomoaki Teshima authored
-
Maksim Shabunin authored
-
Pavel Rojtberg authored
at least it is possible to read/ write calibration files. Fixes #4282. Also add CPP method for writing comments.
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 24 May, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 23 May, 2016 5 commits
-
-
Maksim Shabunin authored
-
dharezlak authored
While generating Java JNI wrappers package names with an underscore (`_`) character where not properly escaped according to https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/design.html#resolving_native_method_names (see also: https://github.com/Itseez/opencv_contrib/issues/652). This fix replaces all the occurrences of `_` with `_1` resulting in proper JNI method names.
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 21 May, 2016 2 commits
-
-
Suleyman TURKMEN authored
-
Suleyman TURKMEN authored
update documentation of calcBackProject() calcHist() compareHist()
-
- 20 May, 2016 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Jose Luis Guardiola authored
-
Jose Luis Guardiola authored
-
Özgür Can authored
Enable "useProvidedKeypoints" flag on cuda::ORB's detectAndCompute function in order to able to describe provided keypoints. * additional author : Ender Tunç <endertunc@yahoo.com> resolves #6473 * Enable "useProvidedKeypoints" flag on cuda::ORB's detectAndCompute function in order to able to describe provided keypoints. Update for using 'const' reference to avoid array copy on each iteration. resolves #6473 Update for 'const' reference to avoid array copy on each iteration.
-
Maksim Shabunin authored
-