- 09 Jul, 2016 1 commit
-
-
Tomoaki Teshima authored
* use NEON under aarch64 only * check 64F version correctly
-
- 25 May, 2016 4 commits
-
-
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 8 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
-
Tomoaki Teshima authored
* fix issue #6536 * increase threshold in particular tests due to the difference of fmsub and fsub
-
- 19 May, 2016 1 commit
-
-
CSBVision authored
-
- 18 May, 2016 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 17 May, 2016 7 commits
-
-
atinfinity authored
-
Hannes authored
-
Hannes authored
-
atinfinity authored
-
Maksim Shabunin authored
-
atinfinity authored
-
atinfinity authored
-
- 16 May, 2016 2 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 15 May, 2016 1 commit
-
-
Tomoaki Teshima authored
* modify test, too
-
- 13 May, 2016 3 commits
-
-
Maksim Shabunin authored
Command line generation routine uses "-isystem" to include headers outside of "<opencv>/modules" folder, but GCC 6 does not work when passed "-isystem /usr/include" option.
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 12 May, 2016 2 commits
-
-
Dmitry Mozgin authored
-
Tomoaki Teshima authored
* fix issue 6521 * use correct comparison
-
- 11 May, 2016 1 commit
-
-
Alexander Alekhin authored
-