- 09 Jun, 2018 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
64-bit only
-
Alexander Alekhin authored
- build "opencv_version" only: `cmake -DBUILD_APPS_LIST=version ...` - option 'BUILD_opencv_apps' should be 'ON'
-
- 08 Jun, 2018 13 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
catree authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- no behavior changes in grabFrame() - added Lock2D() support into retrieveFrame()
-
Dmitry Kurtaev authored
-
catree authored
Add LD_PRELOAD instruction to be able to run Java code that calls OpenCV functions that use the Intel MKL library.
-
Alexander Alekhin authored
-
gnthibault authored
-
- 07 Jun, 2018 11 commits
-
-
Alexander Alekhin authored
- use cv::getTickCount() instead of Win32 GetTickCount() - process message queue before timeout exit
-
rockzhan authored
dnn: Fix output mismatch when forward dnn model contain [depthwise conv(group=1) + bn + prelu] (#11649) * this can make sure [depthwise conv(group=1) + bn + prelu] output not shift * add TEST to show the output mismatch in [DWconv+Prelu] * fix typo * change loading image to init cvMat directly * build runtime model, without loading external model * remove whitespace * change way to create a cvmat * add bias_term, add target output * fix [dwconv + prelu] value mismatch when no optimizations * fix Test error when change output channels * add parametric test * change num_output to group value * change conv code and change test back
-
David authored
* Added ResizeBilinear op for tf Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param). Minor changes to tf_importer and resize layer to save some code lines Minor changes in init.cpp Minor changes in tf_importer.cpp * Replaced implementation of a custom ResizeBilinear layer to all layers * Use Mat::ptr. Replace interpolation flags
-
Maksim Shabunin authored
-
Alexander Alekhin authored
- requires OpenCV source directory - requires OpenCV binary directory with built modules and 'python_bindings_generator' target
-
Vadim Pisarevsky authored
-
Sayed Adel authored
* core:ppc Fix java CoreTest/testMahalanobis * core:ppc Fix warning unused variable on clang
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Dmitry Kurtaev authored
-
- 06 Jun, 2018 5 commits
-
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 05 Jun, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
should hide unnecessary 'info' messages
-