- 12 Mar, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 11 Mar, 2020 2 commits
-
-
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
-
- 09 Mar, 2020 1 commit
-
-
NesQl authored
* Add Tengine support . * Modify printf to CV_LOG_WARNING * a few minor fixes in the code * Renew Tengine version * Add header file for CV_LOG_WARNING * Add #ifdef HAVE_TENGINE in tengine_graph_convolution.cpp * remove trailing whitespace * Remove trailing whitespace * Modify for compile problem * Modify some code style error * remove whitespace * Move some code style problem * test * add ios limit and build problem * Modified as alalek suggested * Add cmake 2.8 support * modify cmake 3.5.1 problem * test and set BUILD_ANDROID_PROJECTS OFF * remove some compile error * remove some extra code in tengine * close test. * Test again * disable android. * delete ndk version judgement * Remove setenv() call . and add License information * Set tengine default OFF. Close test . Co-authored-by:
Vadim Pisarevsky <vadim.pisarevsky@gmail.com>
-
- 07 Mar, 2020 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Eduard Trulls authored
Lets the user choose the maximum number of iterations the robust estimator runs for, similary to findHomography. This can significantly improve performance (at a computational cost).
-
- 06 Mar, 2020 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Manoj Gupta authored
ToT libc++ (LLVM) no longer includes <sstream> as part of <complex> which breaks building opencv. Include <sstream> header explcitly to fix this.
-
- 05 Mar, 2020 2 commits
-
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
- 04 Mar, 2020 7 commits
-
-
Alexander Alekhin authored
* core(logger): add CV_LOG_ONCE_xxx() CV_LOG_IF_xxx() macros * core(logger): keep tests disabled
-
Alexander Alekhin authored
* imgproc(integral): avoid OOB access * imgproc(test): fix integral perf check - FP32 computation is not accurate * imgproc(integral): tune loop limits
-
Jan Solanti authored
clGetSupportedImageFormats returns CL_INVALID_VALUE if called with num_entries 0 and a non-NULL image_formats pointer so let's not do that.
-
Alexander Alekhin authored
Use argument value for 'mat' in call to format for vector_mat and vector_mat_template
-
Liubov Batanina authored
* Supported Div op for constants * Added Mul test
-
Vadim Levin authored
-
Zach Lowry authored
The hard-coded string value "Mat" was used in the two format strings for vector_mat and vector_mat_template, preventing UMat arguments to functions that have these types from working correctly. as noted in #12231.
-
- 03 Mar, 2020 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
ashishiva3@gmail.com authored
-
Maksim Shabunin authored
-