Alexander Alekhin
4b0132ed7a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Lubov Batanina
7523c777c5
Merge pull request #15537 from l-bat:ngraph
...
* Support nGraph
* Fix resize
5 years ago
Alexander Alekhin
20ac7f40f6
Merge pull request #16025 from dkurt:thebhatman/Mish_swish_3.4
5 years ago
Manjunath Bhat
78c5e41c23
Merge pull request #15808 from thebhatman:Mish_swish
...
* Added Swish and Mish activations
* Fixed whitespace errors
* Kernel implementation done
* Added function for launching kernel
* Changed type of 1.0
* Attempt to add test for Swish and Mish
* Resolving type mismatch for log
* exp from device
* Use log1pexp instead of adding 1
* Added openCL kernels
5 years ago
thebhatman
8a18d132fc
Port Swish and Mish layers
5 years ago
Alexander Alekhin
f5b9705c70
Merge pull request #16006 from sajarindider:typo
5 years ago
sajarindider
101a147496
fixed Scheimpflug typo
5 years ago
Alexander Alekhin
01a28db949
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Vadim Levin
8d74101f07
Merge pull request #15955 from VadimLevin:dev/vlevin/generator_tests
...
Tests for argument conversion of Python bindings generator
* Tests for parsing elemental types from Python bindings
- Add positive and negative tests for int, float, double, size_t,
const char*, bool.
- Tests with wrong conversion behavior are skipped.
* Move implicit conversion of bool to integer/floating types to wrong
conversion behavior.
5 years ago
Alexander Alekhin
41af8aa046
Merge pull request #16017 from berak:fix_svm_train_auto
5 years ago
berak
0dfab6bbd0
ml: fix check in SVM::trainAuto
5 years ago
Pinaev Danil
53b6fb465c
Merge pull request #15695 from aDanPin:dp/incorrect_use_of_muve_fix
...
Fix incorrect use of std::move() in g-api perf tests
* First version
* Fix perfomace tests
Replace
c.apply(...);
with
cc = c.compile(...);
cc(...);
* Remove output meta arguments from .compile()
* Style fix
* Remove useless commented string
* Stick to common pattern : i.e. use gin() and gout() explicitly.
* Use cc(gin(...), gout(...)) in all cases.
5 years ago
Alexander Alekhin
873250f5de
Merge pull request #15998 from alalek:ts_count_skip_exception
5 years ago
Alexander Alekhin
6c37e10c83
Merge pull request #15994 from SSteve:affine_transform_docs
5 years ago
Alexander Alekhin
70146700aa
Merge pull request #15839 from alalek:core_simd_v_setall_template
5 years ago
atalaman
a7acb8805f
Merge pull request #15869 from TolyaTalamanov:at/plaidml-backend
...
G-API: Implement PlaidML2 backend
* PlaidML backend init version
* Add test
* Support multiply inputs/outputs in PlaidML2 backend
* Fix comment to review
* Add HAVE_PLAIDML macros
* Move plaidml tests to separate file
* Fix comment to review
* Fix cmake warning
* Fix comments to review
* Fix typos
overload -> overflow
* Fix comments to review
* Clean up
* Remove spaces from cmake scripts
* Disable tests with bitwise operations
* Use plaidml::exec::Binder
5 years ago
Dmitry Matveev
fb5e7964b3
Merge pull request #15753 from dmatveev:dm/ng-5000-security_barrier-interactive_face
...
G-API: Introduced Security Barrier & Interactive Face Detection samples
* G-API-NG/Samples: Added samples & relevant changes
- Security barrier camera sample
- Age/Gender/Emotions recognition sample
- GIEBackend now loads CPU extension libraries
- A couple of API-level workarounds added to deal with cv::Mat/Blob conversions
* G-API-NG/Samples: removed HAVE_INF_ENGINE remnants
5 years ago
Alexander Alekhin
5af747c6fd
Merge pull request #16001 from alalek:backport_15995
5 years ago
Alexander Alekhin
d9efb55d29
Merge pull request #15995 from bwignall:typo
5 years ago
Alexander Alekhin
17dfae77af
Merge pull request #15991 from collinbrake:feature_grammar_fixes_8
5 years ago
Brian Wignall
af997529a1
Fix some typos
5 years ago
Alexander Alekhin
5639f5a296
ts: count skipped tests via SkipTestException
...
- apply tag 'skip_other'
5 years ago
Brian Wignall
9276f1910b
Fix some typos
5 years ago
Steve Nicholson
0c644d1ec8
Rename parameter R to H in AffineWarper member declarations
5 years ago
Alexander Alekhin
a093a0e05c
Merge pull request #15986 from dkurt:fix_15863
5 years ago
Alexander Alekhin
cdc469786c
Merge pull request #15978 from alalek:videoio_refactor_v4l
5 years ago
Maksim Shabunin
5ff1fababc
Merge pull request #15959 from mshabunin:refactor-ml-tests
...
ml: refactored tests
* use parametrized tests where appropriate
* use stable theRNG in most tests
* use modern style with EXPECT_/ASSERT_ checks
5 years ago
Collin Brake
6276b86a78
grammar corrections
5 years ago
Dmitry Kurtaev
6e14cc2189
Resolve https://github.com/opencv/opencv/issues/15863
5 years ago
Alexander Alekhin
9e906d9e21
Merge pull request #15980 from SSteve:doxygen_links
5 years ago
Steve Nicholson
dc4af58be0
Update links to Doxygen website
5 years ago
Alexander Alekhin
4a3ab8fbdb
Merge pull request #15975 from SSteve:ios_install
5 years ago
Steve Nicholson
b38547ee9a
Update and add information to iOS build instructions.
5 years ago
Alexander Alekhin
501ff7f056
videoio(v4l2): use logging, update handling of EBUSY, device closing
...
- DEBUG logging compilation is enabled for all videoio backends
- eliminate output through perror(), stderr
5 years ago
Alexander Alekhin
ad0ab4109a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Vadim Levin
373160ce00
Merge pull request #15973 from VadimLevin:dev/vlevin/video_capture_inf_loop
...
* Fix infinite loop when trying to change state of the busy camera
- Add finite number of attempts in tryIoctl functions
10 by default.
* Introduced new flag for ioctl call to handle EBUSY
5 years ago
Alexander Alekhin
50ac880335
Merge pull request #15971 from alalek:core_kmeans_handle_overflow
5 years ago
Natsu
54e6f5c237
Merge pull request #15970 from akemimadoka:master
...
* Fix android armv7 c++_static init crash
* core: move initialization of 'ios_base::Init' for Android
5 years ago
Alexander Alekhin
3266ac7667
core(kmeans): bailout if can't select cluster center
5 years ago
Alexander Alekhin
ca28274895
Merge pull request #15968 from alalek:fix_msa_build
5 years ago
Alexander Alekhin
ec55b6f6db
core: fix MSA build
5 years ago
Alexander Alekhin
16ad53f354
Merge pull request #15962 from alalek:dnn_fix_ie_opencvlayer
5 years ago
Alexander Alekhin
86042af108
dnn: fix registration of custom OpenCVLayer
...
- do not require extensions library
5 years ago
Alexander Alekhin
e459a5108c
Merge pull request #15951 from alalek:python_reduce_code_size
5 years ago
Alexander Alekhin
a2aa8db5a9
Merge pull request #15956 from lorenzolightsgdwarf:dnn_fix_tf_ssd
5 years ago
Everton Constantino
75315fb297
Merge pull request #15494 from everton1984:hal_vector_get_n
...
Improving VSX performance of integral function
* Adding support for vector get function on VSX datatypes so the
integral function gains a bit of performance.
* Removing get as a datatype member function and implementing a new HAL
instruction v_extract_n to get the n-th element of a vector register.
* Adding SSE/NEON/AVX intrinsics.
* Implement new HAL instruction v_broadcast_element on VSX/AVX/NEON/SSE.
* core(simd): add tests for v_extract_n/v_broadcast_element
- updated docs
- commented out code to repair compilation
- added WASM and MSA default implementations
* core(simd): fix compilation
- x86: avoid _mm256_extract_epi64/32/16/8 with MSVS 2015
- x86: _mm_extract_epi64 is 64-bit only
* cleanup
5 years ago
Lorenzo Lucignano
c40fbad12e
Samples DNN: tf_text_graph_sd.py loads box coder variance and box NMS params from config file
5 years ago
Alexander Alekhin
a4d16acd00
Merge pull request #15950 from alalek:ffmpeg_update_master
5 years ago
Alexander Alekhin
5d96f984b1
python: reduce code size of cv2.cpp
5 years ago
Alexander Alekhin
744798aadd
ffmpeg/4.x: update FFmpeg plugin
5 years ago