Dmitry Kurtaev
4f6be11c0e
Check if Inference Engine networks are fully supported by backend
6 years ago
Adam Rankin
a164a131f9
BUG: Qt5 components not correctly detected if only Qt5_DIR is provided, when this is supported by Qt CMake system.
...
Fixed by updating Qt5 find_package call to use modern CMake syntax
6 years ago
Alexander Alekhin
0431ecb9e2
Merge pull request #14408 from l-bat:onnx_deconv
6 years ago
Vitaly Tuzov
18d10d6b86
Fixed v_reduce_sad intrinsics implementation and added tests
6 years ago
Alexander Alekhin
cd879bedb4
Merge pull request #14406 from thangktran:thangktran/java-wrapper-for-find4QuadCornerSubpix
6 years ago
Liubov Batanina
45ced8e022
Fix ONNX deconvolution
6 years ago
Dmitry Kurtaev
520e351489
Fix batching in DetectionOutput layer
6 years ago
Thang Tran
2f7fc1a598
calib3d: add find4QuadCornerSubpix java wrapper
...
Fixes: https://github.com/opencv/opencv/issues/14169
6 years ago
Sheel-Patel
ec39f0dc9e
Merge pull request #14122 from Sheel-Patel:patch-1
...
Grammatical errors for help() in detect_mser.cpp (#14122 )
* Grammatical errors for help() statement
Corrected spelling of "synthetic" and added grammatical clarification for keys to press to change view or use mouse.
* Adjustment of superfluous spaces
6 years ago
Alexander Alekhin
e98222dfb3
Merge pull request #14260 from allanrodriguez:sample-digits-cpp
6 years ago
Alexander Alekhin
3b3347857f
Merge pull request #14395 from alalek:ts_catch_missing_files
6 years ago
Alexander Alekhin
7d2190a5d4
ts: +ENV{OPENCV_TEST_REQUIRE_DATA}
...
similar to '--test_require_data' parameter
6 years ago
Alexander Alekhin
c1981f28ad
build: +OPENCV_ENABLE_MEMORY_SANITIZER flag
6 years ago
Alexander Alekhin
8eb685de9d
Merge pull request #14390 from dkurt:dnn_onnx_const_reshape
6 years ago
Alexander Alekhin
9bfaf4fe40
Merge pull request #14389 from alalek:cmake_fix_pch_build_with_vtk
6 years ago
Alexander Alekhin
de4be8e610
Merge pull request #14384 from terfendail:fp16_depint
6 years ago
Alexander Alekhin
0bbd28e0d4
Merge pull request #14382 from alalek:backport_14373
6 years ago
Alexander Alekhin
8fac166b66
Merge pull request #14379 from sturkmen72:upd_GeneralizedHough
6 years ago
masa-iwm
5c404bb142
Merge pull request #14376 from masa-iwm:3.4
...
* fix getting platformIDs in initializeContextFromD3D11Device
6 years ago
Dmitry Kurtaev
9b635830bc
Run Reshape layer for const input from ONNX models
6 years ago
Alexander Alekhin
319e891d7d
cmake: guard macro definitions in PCH scripts
...
fixes build with VTK
6 years ago
Vitaly Tuzov
4a54aa3fbd
Cleared up deprecated intrinsics for FP16
6 years ago
Suleyman TURKMEN
3f9343e238
Update imgproc.hpp
6 years ago
Alexander Alekhin
f7856a0f35
imgcodecs(tiff): update tile size checks
...
backporting of commit: 25247b9f6e
6 years ago
Alexander Alekhin
5c0a98cfb6
Merge pull request #14369 from ManthanKeim:patch-1
6 years ago
Manthan Keim
269c28e69e
Update py_svm_opencv.markdown
...
Fixes a broken link for histograms of Oriented Gradients.
6 years ago
Dmitry Kurtaev
a5c92c2029
Merge pull request #13694 from dkurt:dnn_ie_async
...
Asynchronous API from Intel's Inference Engine (#13694 )
* Add forwardAsync for asynchronous mode from Intel's Inference Engine
* Python test for forwardAsync
* Replace Future_Mat to AsyncMat
* Shadow AsyncMat
* Isolate InferRequest callback
* Manage exceptions in Async API of IE
6 years ago
Alexander Alekhin
3abae3c511
Merge pull request #14366 from alalek:win32_fix_pdb
6 years ago
Alexander Alekhin
2e4d771005
cmake: fix PDB handling
6 years ago
Alexander Alekhin
4f764b812e
Merge pull request #14315 from dkurt:tf_squeeze_and_slim_softmax_v2
6 years ago
Alexander Alekhin
f7b6e30156
Merge pull request #14354 from alalek:workaround_apple_dyld_bug
6 years ago
Alexander Alekhin
9dccfe2a96
Merge pull request #13917 from sturkmen72:removed_c_api
6 years ago
Alexander Alekhin
2b84039a16
Merge pull request #14313 from alalek:cmake_pch_fix_defines_from_interface_targets
6 years ago
Alexander Alekhin
96610c7ee1
Merge pull request #14332 from LaurentBerger:loadknearest
6 years ago
Alexander Alekhin
52f16e0f55
tests: workaround for DYLD_LIBRARY_PATH on Apple MacOSX
6 years ago
Alexander Alekhin
dedd966002
Merge pull request #14345 from dkurt:fix_dnn_ie_mac
6 years ago
Alexander Alekhin
6d3ae8d4ca
Merge pull request #14341 from alalek:cmake_fix_pkgconfig_libs
6 years ago
Alexander Alekhin
c667de9b68
dnn: force visibility(default) for IE headers
6 years ago
LaurentBerger
621e3eaed8
Add Ptr KNearest::load and python binding
6 years ago
Alexander Alekhin
3ef046b6c9
Merge pull request #14338 from alalek:fix_13849
6 years ago
Alexander Alekhin
74d5cdb6d8
Merge pull request #14343 from alalek:dnn_static_scans_namespace
6 years ago
Alexander Alekhin
ebe13a9613
Merge pull request #14337 from alalek:ts_flush_stdout
6 years ago
Alexander Alekhin
7c1d9fea8b
Merge pull request #14308 from m000:master
6 years ago
Alexander Alekhin
59e4f85898
Merge pull request #14347 from dkurt:dnn_samples
6 years ago
Dmitry Kurtaev
a304069687
Remove preprocessing parameters from README
6 years ago
Dmitry Kurtaev
62d079fa69
Fix Normalize layer for Mac
6 years ago
Alexander Alekhin
3902694075
static scans: preserve namespace name
6 years ago
vdgussem
00861b668a
Changed the way Images are converted into rgba Mats so that JavaCamera2View also shows correct colors when the Image contains I420 or YV12 data
6 years ago
Alexander Alekhin
0d747daf47
cmake: use absolute library paths from 'pkgconfig'
...
- drop legacy check_module() macro
- drop 'ALIASOF_'
6 years ago
Alexander Alekhin
78384d8923
build: avoid highgui dependency
6 years ago