- 14 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Jun, 2018 4 commits
-
-
Alexander Alekhin authored
to control DNN_BACKEND_DEFAULT enumeration value behavior
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 12 Jun, 2018 1 commit
-
-
yuki takehara authored
* setTo_#10507 * setTo_Nan_10507 * setTo: update check / test for NaNs
-
- 11 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 10 Jun, 2018 2 commits
-
-
catree authored
Add Java and Python code for the following imgproc tutorials: Finding contours in your image, Convex Hull, Creating Bounding boxes and circles for contours, Creating Bounding rotated boxes and ellipses for contours, Image Moments, Point Polygon Test.
-
Alexander Alekhin authored
-
- 09 Jun, 2018 12 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
Improve experience of launching app from explorer: - application just flash (open/close) the console window Suggested Win32 application flavor additionally shows MessageBox and waits for User interaction.
-
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 14 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
-
Alexander Alekhin authored
- show capturing information: width / height / fps - show average FPS for cap.read()+imshow() via cv::getTickCount() - optional frame processing code path
-
gnthibault authored
-
- 07 Jun, 2018 5 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
-