- 12 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 11 Sep, 2018 3 commits
-
-
Hamdi Sahloul authored
Support MSVC 2013 (#12486) * Added CV_CONSTEXPR macro * Utilize CV_NOEXCEPT and CV_CONSTEXPR * Provides some Ptr<> logical operators
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 10 Sep, 2018 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
* added basic support for CV_16F (the new datatype etc.). CV_USRTYPE1 is now equal to CV_16F, which may break some [rarely used] functionality. We'll see * fixed just introduced bug in norm; reverted errorneous changes in Torch importer (need to find a better solution) * addressed some issues found during the PR review * restored the patch to fix some perf test failures
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 09 Sep, 2018 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Suleyman TURKMEN authored
-
- 08 Sep, 2018 5 commits
-
-
Sergey Nuzhny authored
* Fixed compilation error WITH_OPENMP under Windows * Move up OpenMP condition
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Hamdi Sahloul authored
-
- 07 Sep, 2018 12 commits
-
-
Alexander Alekhin authored
-
Mark Harfouche authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
to share with opencv_contrib/xfeatures2d
-
cyy authored
* may be an typo fix * remove identical branch,may be paste error * add parentheses around macro parameter * simplify if condition * check malloc fail * change the condition of branch removed by commit 3041502861318c85d901e8c08226ff67898c77ed
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 06 Sep, 2018 7 commits
-
-
Alexander Alekhin authored
-
cyy authored
* simplify condition * dims must > 0 or latter sz[dims-1] will underflow
-
Alexander Alekhin authored
-
Sayed Adel authored
-
Vadim Pisarevsky authored
* rewrote Mat::convertTo() and convertScaleAbs() to wide universal intrinsics; added always-available and SIMD-optimized FP16<=>FP32 conversion * fixed compile warnings * fix some more compile errors * slightly relaxed accuracy threshold for int->float conversion (since we now do it using single-precision arithmetics, not double-precision) * fixed compile errors on iOS, Android and in the baseline C++ version (intrin_cpp.hpp) * trying to fix ARM-neon builds * trying to fix ARM-neon builds * trying to fix ARM-neon builds * trying to fix ARM-neon builds
-
Vadim Pisarevsky authored
* trying to fix the custom AVX2 builder test failures (false alarms) * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests * seemingly disabled false alarm warning in surf.cpp; increased tolerance thresholds in the tests for SolvePnP and in DNN/ENet
-
Alexander Alekhin authored
-