Alexander Alekhin
8d907d2e32
cmake(java): add OPENCV_JAVA_SOURCE_VERSION/OPENCV_JAVA_TARGET_VERSION
6 years ago
Alexander Alekhin
b7bb79c7c8
videoio(MSMF): backport WITH_MSMF_DXVA flag
6 years ago
Vitaly Tuzov
3903174f7c
Merge pull request #13334 from terfendail:histogram_wintr
...
* added performance test for compareHist
* compareHist reworked to use wide universal intrinsics
* Disabled vectorization for CV_COMP_CORREL and CV_COMP_BHATTACHARYYA if f64 is unsupported
6 years ago
Alexander Alekhin
a9771078df
Merge pull request #13427 from dkurt:dnn_onnx_dynamic_reshape
6 years ago
Alexander Alekhin
eb1f7797e4
Merge pull request #13387 from dkurt:dnn_minor_ie_fixes
6 years ago
Alexander Alekhin
aa666dfa9c
Merge pull request #13430 from tomoaki0705:fixCudaJetsonTX2file
6 years ago
Tomoaki Teshima
3e710d8eec
use correct CC value for Jetson Xavier
6 years ago
Alexander Alekhin
954098d1cb
Merge pull request #13423 from alalek:issue_13418
6 years ago
Dmitry Kurtaev
e71758cfdf
Operate with shapes in ONNX models
6 years ago
Alexander Alekhin
cea3289bd4
Merge pull request #13420 from ThadHouse:Windows7shlwapi
6 years ago
Adrian Kashivskyy
00285a5e88
Merge pull request #13424 from akashivskyy:pr/ios-nonfree
...
Add ability to build iOS and macOS frameworks with nonfree modules (#13424 )
* Allow building ios framework with nonfree
* Allow building osx framework with nonfree
6 years ago
Alexander Alekhin
6fa23f330f
cmake: fix compiler flags filtering
6 years ago
Thad House
857fba0878
Remove MinCore_Downlevel, replace with Shlwapi
...
On windows 7, MinCore_Downlevel does not work correctly. However, the only API used was QISearch, which can be found in Shlwapi.
Closes #12010
6 years ago
Dmitry Kurtaev
53f6198f27
Minor fixes in IE backend tests
6 years ago
LaurentBerger
f1dc26d7ce
Merge pull request #13382 from LaurentBerger:imreadsize
...
* try to solve #13381
* Add note
6 years ago
Alexander Alekhin
40a53e3d64
Merge pull request #13388 from alalek:ocl_fix_perf_stitching
6 years ago
Alexander Alekhin
e5f298cca5
Merge pull request #13385 from alalek:cmake_cleanup_build_junk_dir
6 years ago
Alexander Alekhin
85b1750660
Merge pull request #13316 from alalek:cmake_fix_baseline_detect
6 years ago
Alexander Alekhin
92e86292dd
Merge pull request #13389 from dkurt:dnn_tf_eltwise_sub
6 years ago
Maksim Shabunin
05131af8da
Merge pull request #13367 from mshabunin:cmake-verify
...
* Added dependency verification mechanism for cmake
6 years ago
Dmitry Kurtaev
8422dda2c7
Element-wise subtraction from TensorFlow
6 years ago
Alexander Alekhin
606622ab36
stitching(perf): increase threshold of transform vector
6 years ago
Alexander Alekhin
d77612fe70
cmake: hide 'junk' dir from the root of build directory
...
moved to CMakeFiles (no conflicts are expected)
6 years ago
Alexander Alekhin
492a072ea8
Merge pull request #13376 from dkurt:hotfix_dnn_ie
6 years ago
Dmitry Kurtaev
3868cb44f1
Exclude Input layer from list of outputs for IE networks
6 years ago
Alexander Alekhin
6fbf6f8bea
Merge pull request #13359 from dkurt:dnn_keras_pad_concat
6 years ago
Alexander Alekhin
e090ea3efd
Merge pull request #13370 from alalek:ocl_update_perf_stitching_matchers_threshold
6 years ago
Alexander Alekhin
a618d8bc9e
stitching(perf): update test threshold
6 years ago
Alexander Alekhin
f26e86e4d8
Merge pull request #13369 from alalek:fixup_13332
6 years ago
Alexander Alekhin
9ff1c39daa
dnn: fixup available backends/targets
6 years ago
Maksim Shabunin
fe459c82e5
Merge pull request #13332 from mshabunin:dnn-backends
...
DNN backends registry (#13332 )
* Added dnn backends registry
* dnn: process DLIE/FPGA target
6 years ago
Alexander Alekhin
cdf906b233
Merge pull request #12945 from terfendail:core_wintr_full
6 years ago
Alexander Alekhin
ead7bc883d
Merge pull request #13364 from nglee:dev_FixLineIteratorExample
6 years ago
Alexander Alekhin
838624bf53
Merge pull request #13362 from alalek:photo_move_durand_contrib
6 years ago
Namgoo Lee
83c7dfb6a4
Fix error in LineIterator example code in doc
6 years ago
Dmitry Kurtaev
c9e0c77d73
Concat layer from TensorFlow with constant inputs
6 years ago
Alexander Alekhin
742f22c09b
photo: move TonemapDurand to opencv_contrib
6 years ago
Vitaly Tuzov
6ad8a9c09d
Replaced core module calls to universal intrinsics with wide universal intrinsics
6 years ago
Alexander Alekhin
aee865fec9
Merge pull request #13352 from alalek:issue_13324
6 years ago
Alexander Alekhin
0d439a9879
Merge pull request #13351 from mshabunin:fix-va-compile
6 years ago
Alexander Alekhin
99f6f8ea9d
Merge pull request #13348 from alalek:kw_videoio_v4l
6 years ago
Alexander Alekhin
39e448f7be
Merge pull request #13347 from alalek:kw_resize_check
6 years ago
Alexander Alekhin
80c2adbda1
core: add getcwd() stub
6 years ago
Maksim Shabunin
c26c43c69c
Fixed compilation with VA-interop on 32-bit platforms
6 years ago
Alexander Alekhin
26d2095dd6
videoio(v4l): initialize members in ctor
6 years ago
Alexander Alekhin
2d5ccc7b3e
imgproc(resize): update checks (static analyzers)
6 years ago
Alexander Alekhin
a0fed8d9ea
Merge pull request #13338 from alalek:fix_resize_bitexact_test
6 years ago
Alexander Alekhin
4e29e2fc7d
imgproc(test): fix resize bitexact test
...
- use "random" area on input image
- avoid duplicate cases
6 years ago
Alexander Alekhin
a811059bfb
Merge pull request #13336 from sergiud:core_sse_immediates_gcc-5.4.0
6 years ago
Sergiu Deitsch
e43a5ff9be
fixed gcc 5.4.0 compilation errors
6 years ago