- 28 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 22 Mar, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 21 Mar, 2019 9 commits
-
-
Alexander Alekhin authored
-
Pedro Ferreira da Costa authored
* Created python version of the code for the anisotropic image segmentation tutorial. Created python/cpp toggles for the markdown file. * fix doxygen warnings
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Sayed Adel authored
-
Bharat123Rox authored
-
- 20 Mar, 2019 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
enables Video I/O backend via Media NDK
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Matthew K. Gumbel authored
When running with >1 OpenCV thread, KMeans index generation was non-deterministic because of a RWW race. Issue is resolved by removing the offending logic from the parallel section.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Sayed Adel authored
-
- 19 Mar, 2019 10 commits
-
-
Giles Payne authored
* Add Android Media NDK video i/o file capture back-end * Fix failing test * Improve error handling/prevent resource leaks * Add license text * Modify default for WITH_ANDROID_MEDIANDK option * Fix spelling of deleter_AMediaExtractor
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Sayed Adel authored
* optimize v_lut_deinterleave * optimize v_interleave_/pairs/quads/triplets * optimize v_lut, use vec_extract instead of aligned store
-
Alexander Alekhin authored
keep it empty to avoid failures of these declarations: static CV_CONSTEXPR const int var = ...;
-
- 18 Mar, 2019 7 commits
-
-
Otto Seiskari authored
Many of the Android samples rely on an options menu to work properly but, at least on newer devices, the menu is permanently hidden by the Android theme "Theme.NoTitleBar.Fullscreen", which means that most of the examples were dysfunctional.
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Andrey Golubev authored
Allow nodes produced after some operation to be "unused": not being an output and not being used as inputs to other operations Add fluid test to cover this case
-
Augusto Fraga Giachero authored
The Android NDK 16b has a bug that sets the ANDROID_NDK_REVISION variable incorrectly, generating an unexpected line break in the middle of the string. This breaks the build as the generated version_string.inc presents an invalid C string. Remove leading and trailing line breaks, warns for line breaks in the middle of 'msg' and escape them before appending to OPENCV_BUILD_INFO_STR.
-
Alexander Alekhin authored
-