- 10 Sep, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 09 Sep, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 08 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 07 Sep, 2018 4 commits
-
-
Mark Harfouche authored
-
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
-
Alexander Alekhin authored
-
- 06 Sep, 2018 8 commits
-
-
cyy authored
* simplify condition * dims must > 0 or latter sz[dims-1] will underflow
-
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
-
Alexander Alekhin authored
POD structures can't have constructors.
-
Dmitry Kurtaev authored
* Remove a forward method in dnn::Layer * Add a test * Fix tests * Mark multiple dnn::Layer::finalize methods as deprecated * Replace back dnn's inputBlobs to vector of pointers * Remove Layer::forward_fallback from CV_OCL_RUN scopes
-
woody.chow authored
-
- 05 Sep, 2018 5 commits
-
-
Zhenqing Hu authored
Signed-off-by:
Zhenqing Hu <huzq85@gmail.com>
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
- 04 Sep, 2018 3 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
Commits: - 09837928 - 10fb88d0 Excluded changes with std::atomic (C++98 requirement)
-
Todor Tomov authored
Currently the private control enumeration will be stopped when QUERYCTRL returns -EINVAL only. It is possible however that other errors occur. One particular case is when the v4l2 device doesn't support any controls and doesn't implement the QUERYCTRL ioctl. In that case the v4l2 framework returns -ENOTTY. In that case the current control enumeration will go in an endless loop. To fix this change the control enumeration stop condition. If any errors occur, end the control enumeration. Signed-off-by:
Todor Tomov <todor.tomov@linaro.org>
-
- 03 Sep, 2018 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- support passing of `std::vector<KeyPoint>` via InputArray
-
Vitaly Tuzov authored
-
LaurentBerger authored
-
Alexander Alekhin authored
-
yuki takehara authored
* fix 12218 * Update test_distancetransform.cpp marked the test as "BIGDATA_TEST" in order to skip it on low-mem platforms * modify test * use a smaller image in the test * fix test code
-
Dmitry Kurtaev authored
* Remove TensorFlow and protobuf dependencies from object detection scripts * Create text graphs for TensorFlow object detection networks from sample
-
-
Wu Zhiwen authored
Signed-off-by:
Wu Zhiwen <zhiwen.wu@intel.com>
-
- 02 Sep, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Helper script from googletest: ./scripts/fuse_gtest_files.py
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Sep, 2018 2 commits
-
-
Alexander Alekhin authored
to forbid Mat1f Checks are not reliable: empty uninitialized `cv::Mat` has `CV_8UC1` type
-
Alexander Alekhin authored
to allocate memory >2Gb
-