- 22 Aug, 2019 1 commit
-
-
Kazuma Furuhashi authored
s/last_occurence/last_occurrence/
-
- 21 Aug, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 20 Aug, 2019 4 commits
-
-
Matthias Gehre authored
Detected by clang trunk: ``` opencv/modules/core/src/ocl.cpp:4337:37: warning: object backing the pointer will be destroyed at the end of the full-expression [-Wdangling] CV_OCL_CHECK_RESULT(retval, cv::format("clCreateBuffer(capacity=%lld) => %p", (long long int)entry.capacity_, (void*)entry.clBuffer_).c_str()); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opencv/modules/core/src/ocl.cpp:193:42: note: expanded from macro 'CV_OCL_CHECK_RESULT' if (0) { const char* msg_ = (msg); CV_UNUSED(msg_); /* ensure const char* type (cv::String without c_str()) */ } \ ``` because `cv::format` yields a temporary std::string, and thus `msg_` points to a destroyed buffer.
-
Philippe FOUBERT authored
* Fix the detection of XIMEA on Windows (when it has been installed by another user with administrative privileges, for example). * Change the flow: we first try HKEY_CURRENT_USER key and, if empty, then try HKEY_LOCAL_MACHINE
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 16 Aug, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Aug, 2019 5 commits
-
-
luz.paz authored
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 14 Aug, 2019 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
luz.paz authored
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
ilbalance authored
* in embindgen.py added inpaint function * added test for inpaint function and fixed function in build_js * fixed test for inpaint function * rotate deleted, build_js.py fixed
-
Alexander Alekhin authored
-
smirnov-alexey authored
-
Alexander Alekhin authored
-
Andrey Golubev authored
G-API: Fix Journal usage in Fluid backend (#15238) * Fix Journal usage in Fluid backend * Delete dumpDotRequired(): invalid check * Update mem consumption test * Test that new test works * Debug memory consumption function * Increase iterations in test * Re-write memory consumption measurement part * Restore correct fix for Fluid journals
-
- 13 Aug, 2019 6 commits
-
-
Diego authored
Segmentation module (#15082)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Andrey Golubev authored
* G-API: rename ArgKind OPAQUE to GOPAQUE Rename ArgKind value to GOPAQUE to fix conflict in the user code when wingdi.h is included: it defines OPAQUE macro that (for some reason) is chosen instead of ArgKind value * Add compatibility with existing API * Renamed GOPAQUE to OPAQUE_VAL
-
- 12 Aug, 2019 4 commits
-
-
AsyaPronina authored
-
Alexander Alekhin authored
-
smirnov-alexey authored
-
Alexander Alekhin authored
-
- 09 Aug, 2019 5 commits
-
-
Alexander Alekhin authored
-
Lubov Batanina authored
* Determine input shapes * Add test * Remove getInputShapes * Fix model * Fix constructors * Add Caffe test * Fix predict
-
AsyaPronina authored
-
Alexander Alekhin authored
-
Hugo Lindström authored
* WINCE 8.0 requires ARMv7 Thumb2 and thus have NEON instructions * Only add NEON if on _ARM_
-