Alexander Alekhin
2b558a3787
core: fix F16C compilation check
2020-11-17 12:22:49 +00:00
Liubov Batanina
72d06080c6
[ONNX] Added Reduce ops for batch and channel
2020-11-17 14:45:36 +03:00
Sergey Slashchinin
3cdf926454
disable Conv1d test on NGRAPH/MYRIAD
2020-11-17 14:33:39 +03:00
Alexander Alekhin
23baf1a75e
dnn: fix High-Level public API (cv::dnn::Model class)
...
- proxy selected Net methods only (don't derive from Net directly)
- default Model ctor is protected
2020-11-17 11:01:31 +00:00
Alexander Alekhin
025a9647af
Merge pull request #18830 from l-bat:issue_18785
2020-11-17 10:40:53 +00:00
Sergey Slashchinin
32e7ef8a3d
Add fixes and tests for different layers
2020-11-17 13:39:32 +03:00
Sergei Slashchinin
2b82f8f12c
Merge pull request #18296 from sl-sergei:fix_16783
...
Fix loading issue for Faster RCNN model from #16783
* Add a reproducer with multi-output Gather
* Fix an issue with ONNX graph simplifier
* fix build
* Move checks to correct class
* Minor changes for better code appearence
2020-11-17 09:52:08 +00:00
Alexander Alekhin
b5c162175b
Merge pull request #18823 from alalek:issue_contrib_2750
2020-11-17 09:47:39 +00:00
Alexander Alekhin
60c76cc289
Merge pull request #18822 from alalek:java_workaround_base_class_issue
2020-11-17 09:47:04 +00:00
Alexander Alekhin
efd556b1a9
Merge pull request #18818 from alalek:objc_skip_nested_classes_namespaces
2020-11-17 09:44:46 +00:00
Liubov Batanina
3a184ae677
[ONNX] Added handler for int32 tensors
2020-11-17 10:17:06 +03:00
Alexander Alekhin
b4b2a276c8
Merge pull request #18756 from andy-held:add_ueye_capture
2020-11-16 22:28:54 +00:00
Alexander Alekhin
464d53bb16
python: emit "string" => "std::string"
2020-11-16 21:34:42 +00:00
Alexander Alekhin
4c9e3723e8
objc: skip unsupported inner namespaces
2020-11-16 19:52:16 +00:00
Maxim Pashchenkov
06477743ab
Merge pull request #18744 from mpashchenkov:mp/onnx-dynamic-input-tensor
...
G-API: ONNX. Support tensor input for CNN with dynamic input
* Added support for dynamic input tensor, refactored one input/output tests
* Added multiple input/output fixture, test for mobilenet
* Removed whitespace
* Removed mistake in inferROI
* Small fixes
* One more fix
* Code cleanup
* Code cleanup X2
* bb rstrt
* Fix review comments
* One more fix review comments
* Mistake
2020-11-16 19:24:55 +00:00
Alexander Alekhin
e4a9ad1730
Merge pull request #18688 from rgarnov:rg/add_gmatdesc_s11n_nd_test
2020-11-16 19:18:38 +00:00
Alexander Alekhin
d0b6637c1d
Merge pull request #18720 from rgarnov:rg/nd_rmat_view
2020-11-16 12:05:08 +00:00
Ruslan Garnov
58268b6eef
Added ND GMatDesc serialization test
2020-11-16 13:03:18 +03:00
Alexander Alekhin
14aa8affe5
Merge pull request #18811 from alalek:objc_headers_import
2020-11-16 09:52:26 +00:00
Alexander Alekhin
56074c2eb3
Merge pull request #18763 from GArik:orbbec
2020-11-16 09:12:25 +00:00
Alexander Alekhin
3da1e8b2f8
Merge pull request #18805 from alalek:cmake_objc_generator
2020-11-16 08:44:14 +00:00
Alexander Alekhin
786cecfe66
Merge pull request #18817 from alalek:fixup_objc_tests
2020-11-16 07:58:48 +00:00
Alexander Alekhin
dde3cb3b99
java: workaround handling of base class
2020-11-16 06:03:30 +00:00
Alexander Alekhin
24f2b7dd3f
objc(test): repair binary resource files
2020-11-16 05:22:45 +00:00
Alexander Alekhin
936530f795
Merge pull request #18808 from alalek:objc_robust_binding_code
2020-11-15 21:36:14 +00:00
Alexander Alekhin
cfbdbffcad
objc: rework headers import
...
- 'AdditionalImports' can be removed from misc/objc/gen_dict.json
- avoid using of legacy 'opencv.hpp'
2020-11-15 05:24:01 +00:00
Alexander Alekhin
71db9d3b57
Merge pull request #18801 from alalek:java_improve_nested_classes_namespaces
2020-11-14 22:55:33 +00:00
Alexander Alekhin
b455e1cf52
Merge pull request #18810 from AntonVeselskyi:bugfix-18807
2020-11-14 22:48:49 +00:00
Alexander Alekhin
564d1a0f79
Merge pull request #18802 from aitikgupta:typo
2020-11-14 22:46:48 +00:00
Alexander Alekhin
90bea15e35
objc: robust code generation
...
- the same generated code from Python2/3
- avoid randomized output due to unpredictable dict/set order
2020-11-14 22:31:47 +00:00
Alexander Alekhin
892cac9e1b
Merge pull request #18809 from alalek:objc_string
2020-11-14 22:13:27 +00:00
Anton Veselskyi
f58f36dc88
Changed sample code, fixes #18807
2020-11-14 23:29:51 +02:00
Alexander Alekhin
9e84b860f2
cmake: update objc generator scripts
...
- allow to run generator without strong requirement of building 'objc' module
2020-11-14 20:59:55 +00:00
Alexander Alekhin
2e7ef6f4e8
objc: fix std::string handling
...
- arg types may be passed as string instead of std::string
2020-11-14 20:01:58 +00:00
Alexander Alekhin
cea137f313
Merge pull request #18806 from quaresmajose:cmake
2020-11-14 18:17:31 +00:00
Jose Quaresma
79a82013ad
samples: cmake: digits needs opencv_dnn module to build
...
Intrudeced in commit 397ba2d9aa
:
add OpenCV sample for digit and text recongnition, and provide multiple OCR models.
397ba2d9aa
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
2020-11-14 09:36:43 +00:00
Aitik Gupta
05c011e842
Small typo-fix
2020-11-14 10:54:15 +05:30
Alexander Alekhin
3826158547
java: 'namespace_' class prefix, support inner classes
...
- support multi-level namespaces
- support inner classes (Params)
- reduce scope of 'using namespace' in JNI C++ code
2020-11-13 23:21:03 +00:00
Alexander Alekhin
a7c150ec66
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-11-13 22:29:14 +00:00
Sergei Slashchinin
61144f935e
Merge pull request #18783 from sl-sergei:fix_conv1d
...
Add support for Conv1D on OpenCV backend
* Add support for Conv1D on OpenCV backend
* disable tests on other targets/backends
* Fix formatting
* Restore comment
* Remove unnecessary flag and fix test logic
* Fix perf test
* fix braces
* Fix indentation, assert check and remove unnecessary condition
* Remove unnecessary changes
* Add test cases for variable weights and bias
* dnn(conv): fallback on OpenCV+CPU instead of failures
* coding style
2020-11-13 22:22:10 +00:00
Alexander Alekhin
d23435baac
Merge pull request #18798 from alalek:java_robust_binding_code
2020-11-13 21:26:23 +00:00
Alexander Alekhin
389495f76a
Merge pull request #18499 from RidgeRun:optional-gstreamer-mainloop
2020-11-13 21:07:30 +00:00
Andreas Franek
a3f3fbe05d
add rudimentary support for uEye cameras
...
uEye are cameras from IDS, c.f. https://en.ids-imaging.com/
Supports driver version 4.94 and up currently, since the event system was overhauled there.
Supports setting/getting the properties: fps,width,height
2020-11-13 18:38:51 +01:00
Chris Ballinger
4d00ed8df7
Merge pull request #18771 from chrisballinger:xcode-12-fixes
...
Xcode 12 and Python 2/3 fixes
* Fix compilation issues using Xcode 12 on macOS Catalina
* Fix macOS scripts to work on Python 2 or 3
* Fix additional issues with Python 3
* Fix additional Python 2/3 issue
* Fix another Python 2/3 issue
* Remove dependency on builtins module
2020-11-13 15:30:53 +00:00
Alexander Alekhin
41e906d1a4
Merge pull request #18729 from rgarnov:rg/extend_parse_yolo
2020-11-13 15:18:55 +00:00
Alexander Alekhin
41c2669476
java: robust code generation
...
- the same generated code from Python2/3
- avoid randomized output due to unpredictable dict/set order
2020-11-13 13:42:26 +00:00
Ruslan Garnov
0e4b5b88dc
Added support of 1x1x1xN input for parseYolo
2020-11-13 16:20:45 +03:00
Igor Murzov
011d8e80d8
videoio: Support Orbbec Astra 3D cameras using OpenNI2 API
...
Only depth sensor is supported. Color sensor is accessible as a
regular UVC camera.
2020-11-13 16:08:06 +03:00
Alexander Alekhin
1f8f0abe92
Merge pull request #18795 from aitikgupta:stiching-bug
2020-11-13 11:20:37 +00:00
Aitik Gupta
d9c5b85671
Use in-place sort
2020-11-13 09:00:54 +05:30