- 13 Sep, 2018 2 commits
-
-
Hamdi Sahloul authored
-
Maksim Shabunin authored
-
- 12 Sep, 2018 2 commits
-
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
- 11 Sep, 2018 2 commits
-
-
Hamdi Sahloul authored
Support MSVC 2013 (#12486) * Added CV_CONSTEXPR macro * Utilize CV_NOEXCEPT and CV_CONSTEXPR * Provides some Ptr<> logical operators
-
cyy authored
-
- 10 Sep, 2018 2 commits
-
-
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
-
- 09 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 08 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Sep, 2018 2 commits
-
-
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
-
Hamdi Sahloul authored
-
- 06 Sep, 2018 4 commits
-
-
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
-
Alexander Alekhin authored
POD structures can't have constructors.
-
- 04 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
Commits: - 09837928 - 10fb88d0 Excluded changes with std::atomic (C++98 requirement)
-
- 03 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
- support passing of `std::vector<KeyPoint>` via InputArray
-
- 02 Sep, 2018 1 commit
-
-
cyy authored
* fix some static analyzer warnings * fix some static analyzer warnings * fix race condition of workthread control
-
- 31 Aug, 2018 1 commit
-
-
Vitaly Tuzov authored
* Bit-exact GaussianBlur reworked to use wide intrinsics * Added v_mul_hi universal intrinsic * Removed custom SSE2 branch from bit-exact GaussianBlur * Removed loop unrolling for gaussianBlur horizontal smoothing
-
- 30 Aug, 2018 2 commits
-
-
Alexander Alekhin authored
except header file with conversion routines (will be removed in OpenCV 4.0)
-
Hamdi Sahloul authored
-
- 27 Aug, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
- 24 Aug, 2018 2 commits
-
-
Hamdi Sahloul authored
-
Suleyman TURKMEN authored
* Update core.hpp * Update imgproc.hpp * Update ImgprocTest.java * Update CameraCalibrator.java * Update OnCameraFrameRender.java * Update FindContoursDemo.java * Update IntroductionToSVMDemo.java * Update NonLinearSVMsDemo.java * Update IntroductionToPCADemo.java * Update Smoothing.java * Update MainActivity.java * Update CalcBackProjectDemo1.java * Update CornerSubPixDemo.java * Update CornerDetectorDemo.java * Update GoodFeaturesToTrackDemo.java
-
- 22 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 20 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
Intrinsics must be effective, so don't declare FP16 type/operations if there is no native support. - CV_FP16: supports load/store into/from float32 - CV_SIMD_FP16: declares FP16 types and native FP16 operations
-
- 17 Aug, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 15 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
Multi-argument CV_Assert() is accessible via CV_Assert_N() (with malformed messages).
-
- 14 Aug, 2018 2 commits
-
-
Alexander Alekhin authored
OpenCV 3.4.3
-
Alexander Alekhin authored
-
- 07 Aug, 2018 2 commits
-
-
Alexander Alekhin authored
remove from DNN module headers
-
Hamdi Sahloul authored
-
- 06 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
All vx_call() must be wrapped into own simd128/simd256/simd512 namespace ``` namespace CV__SIMD_NAMESPACE { ... vx_call declaration is here ... } ```
-
- 01 Aug, 2018 2 commits
-
-
amatyuko authored
Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion - for some big negative values less than -INT_MAX+32767 the sign of the numbers is lost due to overflow that leads to incorrect saturation to MAX value, instead of zero. The issue is not reproduced with CV_ENABLED_INTRINSICS=OFF
-
Alexander Alekhin authored
- tests for both SIMD128 / SIMD256 - different dispatched + baseline(SIMD128) intrinsics
-
- 31 Jul, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-
- 30 Jul, 2018 1 commit
-
-
Sayed Adel authored
-