- 19 Mar, 2020 1 commit
-
-
Pavel Rojtberg authored
the float variant was always shadowed by the int version as Rect2d is implicitly convertible to Rect. This swaps things which is fine, as the vector of boxes was always copied and the computation was done in double.
-
- 18 Mar, 2020 1 commit
-
-
iteal authored
Update template_matching.markdown Fixed "template image" should be "source image" in two sentences explaining template matching.
-
- 17 Mar, 2020 4 commits
-
-
Alexander Alekhin authored
-
Liubov Batanina authored
* Support Slice layer with multiple inputs * Add test * Supported Resize from PyTorch * Rewrite test * Remove Cast layer (supported in #16735) * Support ConstantOfShape * Fix tests * Fix coments * Remove useless condition * Fixed failed tests
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 16 Mar, 2020 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
RAJKIRAN NATARAJAN authored
* Fixes issue 16777. * core: update Concurrency getNumThreads()
-
Dizhenin Vlad authored
Intelligent scissors * Start * Remove whitespace * Re onMouse * replased double to float * Draw contours * CV_FILLED -> FILLED * Remove line 210 * Change 'about' * Remove M_PI * Remove warning * CP_PI * double to float * CV_PI to Float * Add struct for data * line 172, 191 whitespace * Change name * Fix Warnings * Set const * line 180 * rewrite keys * &img = param->img
-
Dmitry Kurtaev authored
-
- 15 Mar, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 14 Mar, 2020 6 commits
-
-
Alexander Alekhin authored
-
Sayed Adel authored
There's no need to use `vec_perm()` instead of `vec_splat()`, since instruction `vperm` is quite heavy compared to `vsplt[b,h,w]`.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Liubov Batanina authored
* Supported Flatten for constant nodes * Added default axis * Refactoring * Refactoring * Added cast layer * Fix comments * Add Cast for layers
-
Alexander Alekhin authored
-
- 13 Mar, 2020 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- HETERO plugin doesn't switch well between devices
-
- 12 Mar, 2020 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 11 Mar, 2020 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 10 Mar, 2020 11 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- cache value, evaluate once - better support for MINGW - anything in 'cv' namespace - test: dump number of active threads
-
Alexander Alekhin authored
- FFmpeg 3.4.7
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Levin authored
* feature: Add video capture bitrate read-only property for FFMPEG backend * test: For WIN32 property should be either expected or 0. Added `IsOneOf` helper function, enabled only for _WIN32.
-
Alexander Alekhin authored
- Android Manager version is not increased (stuck on 3.49)
-
Alexander Alekhin authored
-
Yashas Samaga B L authored
dnn(darknet-importer): add grouped convolutions, sigmoid, swish, scale_channels * update darknet importer to support enetb0-yolo * remove dropout (pr16438) and fix formatting * add test for scale_channels * disable batch testing for scale channels * do not set LayerParams::name * merge all activations into setActivation
-