- 02 Jun, 2016 1 commit
-
-
Susmit authored
There were two bugs that were solved here.Changes were done after extreme testing. 1.replaced cv2.solvePnPRansac() with cv2.solvePnP() previous fc was giving terrible errors. 2.The code was incapable of saving edited pics;Now fixed with little code mods.
-
- 01 Jun, 2016 2 commits
-
-
Susmit authored
In the camera calibration code { cv2.cornerSubPix() } will be of no use.In the updated code it is assigned to the (corners2) variable which is passed down to { cv2.drawChessboardCorners() }
-
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
-