Alexander Alekhin
d041b0a599
videoio: fix capture modes
7 years ago
Alexander Alekhin
b2cff44084
Merge pull request #11682 from alalek:fix_pylint
7 years ago
Alexander Alekhin
9c2b924dfc
Merge pull request #11681 from alalek:fix_docs_bs4_spaces
7 years ago
Alexander Alekhin
15130f4f43
Merge pull request #11646 from alalek:gtest_support_params_from_anonymous_namespace
7 years ago
Alexander Alekhin
dcb9bc2544
python: eliminate pylint warnings
...
Tested with:
- pylint 1.9.1
7 years ago
Alexander Alekhin
ec30b1294f
Merge pull request #11636 from alalek:cmake_ffmpeg_find_package
7 years ago
Alexander Alekhin
0560747d3d
docs: preserve space symbols during bs4 processing
7 years ago
Rostislav Vasilikhin
fc35c77f00
Merge pull request #11610 from savuor:fix/stereobm_simd_fixed_float
...
* StereoBM: fixed SIMD processing for fixed-type output arrays
* changed norm type and threshold, added assertion
* fixed disp_shift
7 years ago
Alexander Alekhin
04802e41e9
gtest: support parameters with types from anonymous namespace
7 years ago
Vadim Pisarevsky
ccbc0b91ea
Merge pull request #11654 from alalek:issue_11648
7 years ago
Vadim Pisarevsky
3030594665
Merge pull request #11644 from alalek:docs_avoid_master_links_in_3.4-2
7 years ago
Vadim Pisarevsky
e5991e91f9
Merge pull request #11670 from alalek:cmake_avoid_double_variable_expand
7 years ago
Vadim Pisarevsky
1ef3a84cd8
Merge pull request #11671 from alalek:cmake_enable_pch_with_msvc_crosscompiling
7 years ago
Vadim Pisarevsky
055f33ec46
Merge pull request #11657 from dkurt:dnn_ie_multiple_networks
7 years ago
Alexander Alekhin
c7183775db
Merge pull request #11678 from csukuangfj:fix-doc
7 years ago
Alexander Alekhin
0ddc49c313
Merge pull request #11674 from csukuangfj:fix-11673
7 years ago
Kuang Fangjun
9ae28415ec
fix doc.
7 years ago
Kuang Fangjun
ec42d87204
fix #11673 .
7 years ago
Alexander Alekhin
40a61ec64e
Merge pull request #11647 from sanchom:3.4
7 years ago
Alexander Alekhin
e657e170eb
cmake: ENABLE_PRECOMPILED_HEADERS for MSVC cross-compiling
...
MSVC ARM / WinRT builds
7 years ago
Alexander Alekhin
be8f5bb420
cmake: avoid double variable expand
7 years ago
Alexander Alekhin
6912c20380
Merge pull request #11659 from take1014:snippet_11597
7 years ago
Alexander Alekhin
993981428f
Merge pull request #11656 from pauljurczak:patch-1
7 years ago
Alexander Alekhin
b229107f8e
Merge pull request #11641 from alalek:videoio_test_fixup
7 years ago
take1014
4ec9afac57
add imgproc snippets
7 years ago
Alexander Alekhin
1a872b2f61
Merge pull request #11651 from vladkraievskiy:master
7 years ago
Dmitry Kurtaev
ab389142af
Fix multiple networks with Intel's Inference Engine backend
7 years ago
Paul Jurczak
bd7bad02a0
convertFp16 documentation edit (2)
...
If this seems too wordy, take into account a new user who tries to find out extent of FP16 support in OpenCV.
7 years ago
Vlad Kraevskiy
90ba69a403
Fixed a typo in android toolchain documentation.
7 years ago
Alexander Alekhin
03edddba47
core: drop unnecessary duplicate check
7 years ago
Sancho McCann
dbab7ecac8
Refactored out a dead code path.
7 years ago
Alexander Alekhin
1822e85f4a
Merge pull request #11642 from alalek:calib3d_chess_board_avoid_clone
7 years ago
Vadim Pisarevsky
d734e83af0
Hsv2rgb univ intrin ( #11637 )
...
* add universal intrinsics for HSV2RGB_b
* rewritten HSV2RGB_b without using extra universal intrinsics
* removed unused variable
* undo changes in v_load_deinterleave
7 years ago
Alexander Alekhin
0349e8c9af
Merge pull request #11608 from take1014:hist_11544
7 years ago
Vadim Pisarevsky
7d19bd6c19
Merge pull request #11634 from vpisarev:empty_mat_with_types_2
...
fixes handling of empty matrices in some functions (#11634 )
* a part of PR #11416 by Yuki Takehara
* moved the empty mat check in Mat::copyTo()
* fixed some test failures
7 years ago
Alexander Alekhin
da75e463a8
Merge pull request #11639 from alalek:fix_precomp_hpp
7 years ago
Alexander Alekhin
1bc96e3ed0
calib3d: cv::findContours() doesn't require to clone input
7 years ago
Alexander Alekhin
f185802489
documentation: avoid links to 'master' branch from 3.4 maintenance branch (2)
...
Other links:
- https://raw.githubusercontent.com/opencv/opencv/master
- https://github.com/opencv/opencv/blob/master
7 years ago
Alexander Alekhin
46c508b84f
Merge pull request #11638 from alalek:docs_avoid_master_links_in_3.4
7 years ago
Alexander Alekhin
5d68c8dbe7
videoio(test): fixup information dump
7 years ago
Alexander Alekhin
b934702c7f
cmake: support find_package(FFMPEG)
...
Use "OPENCV_FFMPEG_USE_FIND_PACKAGE" variable to specify find_package() parameters
7 years ago
Alexander Alekhin
58d47ae9c8
Merge pull request #11633 from alalek:issue_10546
7 years ago
Vadim Pisarevsky
9d91c63502
Merge pull request #11635 from dkurt:dnn_fix_ie_fused_layer_output
7 years ago
take1014
229e8b1b18
Correct handling when IPP is enabled
7 years ago
Alexander Alekhin
799b4f48e7
fix missing precomp.hpp
7 years ago
Alexander Alekhin
9ba9358ecb
documentation: avoid links to 'master' branch from 3.4 maintenance branch
7 years ago
Dmitry Kurtaev
32bab45f81
Fix Inference Engine graphs with fused output layers
7 years ago
Alexander Alekhin
c94fe0c7e7
videoio(v4l): eliminate global variable
7 years ago
Alexander Alekhin
83d915eca1
videoio(v4l): don't pre-scan or cache list of available cameras
7 years ago
Alexander Alekhin
22f435ff4d
videoio(v4l): fix code indentation, tabs
7 years ago