Stefan Brüns
e10c01047c
Fix detection of 32bit ARM builds on Aarch64
...
It is perfectly possible to compile ARM binaries on Aarch64. Generalize
the code to no only swap X86 with X86_64, but also ARM and AARCH64.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
6 years ago
Andrey Golubev
719912e46e
Align imgproc tests to new model
6 years ago
Andrey Golubev
75c567b6ab
Merge pull request #14757 from andrey-golubev:core_tests_update
...
G-API: Introduce new approach to write accuracy tests (#14757 )
* G-API: Introduce new common accuracy test fixture
* Enable Range<> to Seq<> implicit conversion
* Fix shadowing parameters
* Update license headers
* Rename ALIGNED_TYPE to SAME_TYPE
* Move MkRange to tests
* Fix TODO(agolubev) in test instantiations
* Squash simple fixture declarations in one line
* Remove unused line
* Fix Windows issues with macro expansion
* Choose between 1 or 2 matrix initialization
* Redesign common class behavior
Use "views" for GetParam() provided by GTest
base class instead of doing segregation
(with copy!) of common and specific parameters:
request common or specific parameter directly
by index from GetParam()-returned parameters
* Refine user-level API and usage of new test model
* Fix -fpermissive errors
* Remove unnecessary init calls
* Replace GCompileArgs member variable with func ptr
* Rename initMatsRandN to make its behavior explicit
Rename initMatsRandN to initMatrixRandN to eliminate confusion:
initMatsRandN only initialized first matrix (similarly to
initMatrixRandU)
* Fix common of initNothing
* Update copyright dates in missed files
* Add check for specific parameters
* Fix coment stlye
6 years ago
Vishal Chiluka
0e9a865bbf
Moved NVIDIA_Optical_Flow sample app to opencv_contrib
...
Description:
Moved NVIDIA_Optical_flow sample app and comparison app to
opencv_contrib branch. Added CUDA_CUDA_LIBRARY in CMakeLists.txt for
resolving linker errors.
6 years ago
Alexander Alekhin
8937e8756e
Merge pull request #14918 from alalek:dnn_ie_compilation
6 years ago
Alexander Alekhin
a743de0e24
dnn: adjust compilation options
6 years ago
Alexander Alekhin
c531e275cc
Merge pull request #14914 from Nuzhny007:3.4
6 years ago
Alexander Alekhin
e59c6caee5
Merge pull request #14905 from savuor:fix/inst_region_unique
6 years ago
Alexander Alekhin
54fc60eb37
Merge pull request #14881 from dkurt:dnn_ie_num_threads
6 years ago
Nuzhny007
031e57b359
Fixed names conflict with dldt
6 years ago
Dmitry Kurtaev
96a2f80bf2
Limit number of threads in CPU plugin of IE by OpenCV's getNumThreads
6 years ago
Rostislav Vasilikhin
f2f600f807
fixed multi instrumentations
6 years ago
Alexander Alekhin
b95e93c20a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
24790e4061
Merge pull request #14899 from alalek:dnn_fix_bnll_layer
...
* dnn: fix BNLLLayer implementation
details: https://github.com/BVLC/caffe/blame/1.0/src/caffe/layers/bnll_layer.cpp#L17
* dnn: enable OCV/OpenCL BNLL layer
6 years ago
Alexander Alekhin
c251915198
Merge pull request #14895 from alalek:dnn_ie_extensions_path
6 years ago
Alexander Alekhin
4112866821
Merge pull request #14886 from alalek:fix_grabcut_kmeans_call_14879
6 years ago
Apoorv Goel
5b521bb778
Merge pull request #14898 from UnderscoreAsterisk:flann-warnings-and-4376
...
Keep a local copy of `features` from `flann::GenericIndex ` constructor (#14898 )
* Fix warnings on Windows
* Fix #4376
6 years ago
Alexander Alekhin
3cfd8cc1fe
Merge pull request #14900 from opencv:dnn_fix_js_sample_v3
6 years ago
Dmitry Kurtaev
411ca87a86
Remove extra ")"
6 years ago
Alexander Alekhin
2172544bb7
Merge pull request #14890 from alalek:dnn_consistent_protobuf_readers
6 years ago
Alexander Alekhin
df7049d465
Merge pull request #14889 from alalek:issue_14863
6 years ago
Alexander Alekhin
01a41d86bc
Merge pull request #14775 from cudawarped:master
6 years ago
Alexander Alekhin
0a461e7922
Merge pull request #13252 from take1014:filter2d_13179
6 years ago
James Bowley
daa308f81c
Update obsolete flag in Intel video decoder.
...
Old flag resulted in software implementation being selected when the Intel decoder is not the primary adapter.
6 years ago
Alexander Alekhin
333e51b217
dnn: configure plugin path for InferenceEngine
6 years ago
Alexander Alekhin
8fd87033ef
Merge pull request #14869 from alalek:samples_msvs2019_support
6 years ago
Alexander Alekhin
44d146af9a
Merge pull request #14814 from alalek:dnn_skip_test_tags
6 years ago
Alexander Alekhin
f3e9eb3371
dnn: both protobuf readers have similar behavior
...
- ReadProtoFromTextFile
- ReadProtoFromTextBuffer
6 years ago
Alexander Alekhin
63e4b35c19
Merge pull request #14849 from thangktran:thangktran/feature/fillPoly_and_fillConvexPoly_js_binding
6 years ago
Alexander Alekhin
e8a703a71d
core(intrin): v_load_low() workaround for aarch64+clang
6 years ago
Alexander Alekhin
9b9e04a061
Merge pull request #14875 from Legoless:master
6 years ago
Alexander Alekhin
4a6888ccf6
imgproc: fix kmeans() call from grabCut()
6 years ago
Dal Rupnik
e755c66418
[ #14873 ] Fix code signing issue in Try Compile script
6 years ago
Alexander Alekhin
b58b2c5ae8
Merge pull request #14878 from JoeHowse:4.1.0-patches
6 years ago
Alexander Alekhin
e8ff5cac1d
Merge pull request #14876 from dkurt:fix_js_face_recognition_v2
6 years ago
atalaman
de60600126
Merge pull request #14820 from TolyaTalamanov:at/circle_and_line
...
G-API: Implement line and circle draw operations (#14820 )
* Implement line and circle draw operations
* Fix comments to review
6 years ago
Dmitry Kurtaev
d17d3b66aa
Fix face recognition JS sample
6 years ago
Alexander Alekhin
f4ca2c8e72
Merge pull request #14874 from alalek:videoio_fix_gstreamer_plugin_build
6 years ago
Maksim Shabunin
46205a7235
videoio: fix GStreamer plugin build
6 years ago
Feng Chen
5620306c70
Merge pull request #14845 from vonchenplus:ocv_mirrorpad
...
* tensorflow support mirror pad
* revert macro define
* revert macro define
* reduce code duplication
* revert macro define
6 years ago
tribta
e8283f94ed
Fix Python code, for the tutorial_laplace_operator, to get the same result between the Cpp, Java and Python
6 years ago
Alexander Alekhin
894f208de3
dnn(test): replace SkipTestException with tags
6 years ago
Alexander Alekhin
f8c96cb18a
Merge pull request #14847 from alalek:dnn_fix_test_data_searching
6 years ago
Alexander Alekhin
e72f451173
Merge pull request #14305 from cameron-martin:calib3d-js
6 years ago
Alexander Alekhin
5c63be3c6e
samples: support MSVS 2019 compiler
...
requires CMake 3.14+
6 years ago
Alexander Alekhin
974491f93d
Merge pull request #14861 from alalek:update_version_4.1.1-pre
6 years ago
Alexander Alekhin
e21f89a16d
Merge pull request #14864 from dkurt:fix_js_face_recognition
6 years ago
Lubov Batanina
16294437d5
Merge pull request #14833 from l-bat:ocv_eltwise3d
...
* Support Eltwise3d
* Refactoring
* Fix test
6 years ago
Dmitry Kurtaev
d75a089690
Fix face recognition sample for JS
6 years ago
Alexander Alekhin
442bc80cd7
pre: OpenCV 4.1.1 (version++)
6 years ago