Eduard Trulls
7e637c134f
Expose maxIters in findFundamentalMat
...
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).
5 years ago
Alexander Alekhin
619180dffd
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
6d113bd03f
Merge pull request #16751 from alalek:core_coverity_issues
5 years ago
Alexander Alekhin
a76c72acdd
Merge pull request #16738 from dkurt:onnx_broadcast
5 years ago
Alexander Alekhin
e9655cf646
Merge pull request #16697 from alalek:imgcodecs_jpeg_drop_unnecessary_code
5 years ago
Alexander Alekhin
34530da66e
core: fix coverity issues
5 years ago
Alexander Alekhin
6271192a32
Merge pull request #16694 from alalek:dnn_disable_nn_builder_api
5 years ago
Alexander Alekhin
3a2f40ac6f
core: don't allow reallocation in add/div/sub/bitwise aug operators
5 years ago
Alexander Alekhin
094a5b0cba
Merge pull request #16719 from alalek:dnn_disable_nn_builder_api_3.4
5 years ago
Alexander Alekhin
a55cc07548
ts(gtest): dump exception message from EXPECT_NO_THROW()
5 years ago
Alexander Alekhin
c9296e599f
Merge pull request #16690 from asmorkalov:bug_template
...
Added checklist and recommendations to issue template
5 years ago
Alexander Alekhin
b33ff22988
Merge pull request #16740 from m-gupta:header
5 years ago
Manoj Gupta
880d2afb67
Fix building with ToT libc++
...
ToT libc++ (LLVM) no longer includes <sstream>
as part of <complex> which breaks building opencv.
Include <sstream> header explcitly to fix this.
5 years ago
Dmitry Kurtaev
9e332dc5fb
Broadcasting from ONNX
5 years ago
Alexander Alekhin
a694e5074f
Merge pull request #16723 from jansol:master
5 years ago
Alexander Alekhin
90a4d67e8d
Merge pull request #16513 from pwuertz:cuda_py_interop
5 years ago
Alexander Alekhin
23bc89d6fc
Merge pull request #16577 from Volskig:mp/ocv-gapi-work
5 years ago
Alexander Alekhin
73ddc091a2
Merge pull request #16693 from Volskig:mp/ocv-gapi-add-include
5 years ago
Maxim Pashchenkov
bce9837604
Added assert for create Mat with negative dims, added tets for this case
5 years ago
Maxim Pashchenkov
f3a50224f2
Rm imgproc from render.cpp
5 years ago
Alexander Alekhin
d4a17da7b2
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
4f288a1e28
Merge pull request #16704 from alalek:core_log_once_log_if
...
* core(logger): add CV_LOG_ONCE_xxx() CV_LOG_IF_xxx() macros
* core(logger): keep tests disabled
5 years ago
Alexander Alekhin
fd09413566
Merge pull request #16731 from alalek:issue_16708
...
* imgproc(integral): avoid OOB access
* imgproc(test): fix integral perf check
- FP32 computation is not accurate
* imgproc(integral): tune loop limits
5 years ago
Jan Solanti
ad16c243ca
core(ocl): Don't query image formats when none exist
...
clGetSupportedImageFormats returns CL_INVALID_VALUE if called with
num_entries 0 and a non-NULL image_formats pointer so let's not do that.
5 years ago
Alexander Alekhin
da6ad1c640
Merge pull request #15765 from zachlowry:patch-1
...
Use argument value for 'mat' in call to format for vector_mat and vector_mat_template
5 years ago
Liubov Batanina
9ed1332355
Merge pull request #16722 from l-bat:reshape_opset_11
...
* Supported Div op for constants
* Added Mul test
5 years ago
Vadim Levin
90ec651bd7
test: Add test to verify correct mat substitution into the template in header parser
5 years ago
Zach Lowry
0aa5391c4b
Use argument value for 'mat' in call to format for vector_mat and vector_mat_template
...
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 .
5 years ago
Alexander Alekhin
57cf120118
Merge pull request #16709 from ashishkrshrivastava:cvonnx
5 years ago
Alexander Alekhin
0b85d0ec68
Merge pull request #16721 from mshabunin:fix-msmf-format
5 years ago
ashishiva3@gmail.com
e18d5e94c7
Gather-Cast, Mul-Cast fusion
5 years ago
Alexander Alekhin
bc036e1e86
Merge pull request #16720 from anton-potapov:kw_fixes
5 years ago
Maksim Shabunin
219ef95dd8
MSMF: fixed issue with camera format selection
5 years ago
Anton Potapov
8ed89bae84
KW: G-API tests - fixes for uninitialized variables
5 years ago
Alexander Alekhin
124bf8339f
dnn(IE): use HAVE_DNN_IE_NN_BUILDER_2019 for NN Builder API code
...
- CMake option: OPENCV_DNN_IE_NN_BUILDER_2019
5 years ago
Alexander Alekhin
29d214474f
dnn(IE): use HAVE_DNN_IE_NN_BUILDER_2019 for NN Builder API code
...
- CMake option: OPENCV_DNN_IE_NN_BUILDER_2019
5 years ago
Alexander Alekhin
4d0f13544d
Merge pull request #16700 from alalek:fix_core_matexpr_size_gemm
...
core: fix MatExpr::size() for gemm()
* core(test): MatExpr::size() test for gemm()
* core: fix MatExpr::size() for gemm()
5 years ago
Alexander Alekhin
a5ca5f6daf
Merge pull request #16716 from l-bat:skip_resize_ie
5 years ago
Liubov Batanina
b1b78aedd2
Skipped ResizeUnfused test on Builder API
5 years ago
Alexander Alekhin
9214103564
Merge pull request #16652 from MoonChasing:master
5 years ago
Alexander Alekhin
599a595c6f
Merge pull request #16573 from ashishkrshrivastava:opencvonnx
5 years ago
ashishiva3@gmail.com
8559237d4e
ONNX: upsample subgraph fusion added
5 years ago
Yashas Samaga B L
8808aaccff
Merge pull request #16658 from YashasSamaga:cuda4dnn-refactor-activations
...
cuda4dnn(activations, eltwise, scale_shift): refactor to reduce code duplication
* refactor activations
* refactor eltwise kernels
* move all functors to functors.hpp
* remove bias1 and scale1 kernels
5 years ago
Alexander Smorkalov
831153d5fb
Added checklist and recommendations to issue template.
5 years ago
Alexander Alekhin
333a767be4
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Peter Würtz
5012fc5d23
Merge pull request #16684 from pwuertz:ignore_clang_mat_inl
...
* Ignore clang warnings for deprecated enum+enum operations in mat.inl.hpp
* build: added customization macros, cmake flags for OpenCV build
5 years ago
firebladed
f00607c8ac
Merge pull request #16626 from firebladed:firebladed-v4l2_pix_fmt_y12
...
V4L2: Add V4L2_PIX_FMT_Y12 (12 bit grey) support
5 years ago
Chip Kerchner
8c24af66bd
Merge pull request #16556 from ChipKerchner:vectorizeIntegralSumPixels
...
* 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.
5 years ago
Alexander Alekhin
7ffab23a53
Merge pull request #16535 from jshiwam:exifbugfix
5 years ago
Alexander Alekhin
4a39b12a78
imgcodecs(jpeg): drop unnecessary code
...
- standard huffman tables are handled by modern libjpeg-turbo
5 years ago