- 06 Mar, 2020 5 commits
-
-
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 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
ashishiva3@gmail.com authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
- CMake option: OPENCV_DNN_IE_NN_BUILDER_2019
-
- 02 Mar, 2020 3 commits
-
-
Alexander Alekhin authored
core: fix MatExpr::size() for gemm() * core(test): MatExpr::size() test for gemm() * core: fix MatExpr::size() for gemm()
-
Alexander Alekhin authored
-
Liubov Batanina authored
-
- 01 Mar, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 29 Feb, 2020 2 commits
-
-
Alexander Alekhin authored
-
ashishiva3@gmail.com authored
-
- 28 Feb, 2020 8 commits
-
-
Peter Würtz authored
* Ignore clang warnings for deprecated enum+enum operations in mat.inl.hpp * build: added customization macros, cmake flags for OpenCV build
-
firebladed authored
V4L2: Add V4L2_PIX_FMT_Y12 (12 bit grey) support
-
Chip Kerchner authored
* Vectorize calculating integral for line for single and multiple channels * Single vector processing for 4-channels - 25-30% faster * Single vector processing for 4-channels - 25-30% faster * Fixed AVX512 code for 4 channels * Disable 3 channel 8UC1 to 32S for SSE2 and SSE3 (slower). Use new version of 8UC1 to 64F for AVX512.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- standard huffman tables are handled by modern libjpeg-turbo
-
Alexander Alekhin authored
-
MoonChasing authored
in sample codes instead of cpp files' name.
-
jshiwam authored
removed all the changes occured while trying to resolve conflicts
-
- 27 Feb, 2020 3 commits
-
-
Yuriy Obukh authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 26 Feb, 2020 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
* Custom layers with nGraph * nGraph: multiple outputs from nodes
-