Alexander Alekhin
9acbfc6e05
Merge pull request #18711 from alalek:dnn_fix_model_public_api
4 years ago
Alexander Alekhin
4f3130f562
Merge pull request #18145 from sl-sergei:fix_17914
4 years ago
Alexander Alekhin
a783bf4a93
Merge pull request #18839 from alalek:update_libjpeg-turbo
...
3rdparty: libjpeg-turbo 2.0.5 => 2.0.6
4 years ago
Alexander Alekhin
f7e8dc770a
Merge pull request #18834 from l-bat:update_reducemax
4 years ago
Alexander Alekhin
34909d97b4
Merge pull request #18840 from alalek:dnn_test_skip_myriad_gather_multi_output
4 years ago
Alexander Alekhin
474a67231c
dnn(test): skip gather_multi_output test on Myriad
4 years ago
Omar Alzaibaq
a316b11aaa
Merge pull request #18220 from Omar-AE:hddl-supported
...
* added HDDL VPU support
* changed to return True in one line if any device connected
* dnn: use releaseHDDLPlugin()
* dnn(hddl): fix conditions
4 years ago
Alexander Alekhin
b645fc10a3
Merge pull request #18782 from alalek:issue_18779
4 years ago
Alexander Alekhin
8e1e08ee38
Merge pull request #18833 from sl-sergei:disable_conv1d_wb_test
4 years ago
Alexander Alekhin
d266fee8bb
3rdparty: libjpeg-turbo 2.0.5 => 2.0.6
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.6
4 years ago
Alexander Alekhin
8357e865bc
Merge pull request #18828 from ichisadashioko:fix-calibration-sample-typo
4 years ago
Orest Chura
2c6a2f0381
Merge pull request #18790 from OrestChura:oc/fitLine
...
[G-API]: fitLine() Standard Kernel Implementation
* fitLine API (Mat, 32S, 32F) (2D, 3D)
* Complete fitLine kernel & accuracy tests
- initialization for vectors of cv::Point and Mats via vectors added
- comparison functions for Vec<T, n> added:
- straight average difference comparison
- comparison by equasion for 2d line
- stream overload for cv::DistanceTypes added
* Fix precommit warnings
* Fix docs
* Address comments
Try to fix warning
* Disable warning in tests
4 years ago
shioko
fe9a8ebea2
Fix typo 'Applicatioin'
4 years ago
Dmitry Matveev
b866d0dc38
Merge pull request #18793 from dmatveev:dm/in_graph_metadata
...
G-API: Introduce runtime in-graph metadata
* G-API: In-graph metadata -- initial implementation
* G-API: Finish the in-graph metadata implementation for Streaming
* G-API: Fix standalone build & warnings for in-graph metadata
* G-API: In-graph meta -- fixed review comments
* G-API: Fix issues with desync causing failing tests
4 years ago
Alexander Alekhin
2b558a3787
core: fix F16C compilation check
4 years ago
Liubov Batanina
72d06080c6
[ONNX] Added Reduce ops for batch and channel
4 years ago
Sergey Slashchinin
3cdf926454
disable Conv1d test on NGRAPH/MYRIAD
4 years ago
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
4 years ago
Alexander Alekhin
025a9647af
Merge pull request #18830 from l-bat:issue_18785
4 years ago
Sergey Slashchinin
32e7ef8a3d
Add fixes and tests for different layers
4 years ago
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
4 years ago
Alexander Alekhin
b5c162175b
Merge pull request #18823 from alalek:issue_contrib_2750
4 years ago
Alexander Alekhin
60c76cc289
Merge pull request #18822 from alalek:java_workaround_base_class_issue
4 years ago
Alexander Alekhin
efd556b1a9
Merge pull request #18818 from alalek:objc_skip_nested_classes_namespaces
4 years ago
Liubov Batanina
3a184ae677
[ONNX] Added handler for int32 tensors
4 years ago
Alexander Alekhin
b4b2a276c8
Merge pull request #18756 from andy-held:add_ueye_capture
4 years ago
Alexander Alekhin
464d53bb16
python: emit "string" => "std::string"
4 years ago
Alexander Alekhin
4c9e3723e8
objc: skip unsupported inner namespaces
4 years ago
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
4 years ago
Alexander Alekhin
e4a9ad1730
Merge pull request #18688 from rgarnov:rg/add_gmatdesc_s11n_nd_test
4 years ago
Alexander Alekhin
d0b6637c1d
Merge pull request #18720 from rgarnov:rg/nd_rmat_view
4 years ago
Ruslan Garnov
58268b6eef
Added ND GMatDesc serialization test
4 years ago
Alexander Alekhin
14aa8affe5
Merge pull request #18811 from alalek:objc_headers_import
4 years ago
Alexander Alekhin
56074c2eb3
Merge pull request #18763 from GArik:orbbec
4 years ago
Alexander Alekhin
3da1e8b2f8
Merge pull request #18805 from alalek:cmake_objc_generator
4 years ago
Alexander Alekhin
786cecfe66
Merge pull request #18817 from alalek:fixup_objc_tests
4 years ago
Alexander Alekhin
dde3cb3b99
java: workaround handling of base class
4 years ago
Alexander Alekhin
24f2b7dd3f
objc(test): repair binary resource files
4 years ago
Alexander Alekhin
936530f795
Merge pull request #18808 from alalek:objc_robust_binding_code
4 years ago
Alexander Alekhin
cfbdbffcad
objc: rework headers import
...
- 'AdditionalImports' can be removed from misc/objc/gen_dict.json
- avoid using of legacy 'opencv.hpp'
4 years ago
Alexander Alekhin
71db9d3b57
Merge pull request #18801 from alalek:java_improve_nested_classes_namespaces
4 years ago
Alexander Alekhin
b455e1cf52
Merge pull request #18810 from AntonVeselskyi:bugfix-18807
4 years ago
Alexander Alekhin
564d1a0f79
Merge pull request #18802 from aitikgupta:typo
4 years ago
Alexander Alekhin
90bea15e35
objc: robust code generation
...
- the same generated code from Python2/3
- avoid randomized output due to unpredictable dict/set order
4 years ago
Alexander Alekhin
892cac9e1b
Merge pull request #18809 from alalek:objc_string
4 years ago
Anton Veselskyi
f58f36dc88
Changed sample code, fixes #18807
4 years ago
Alexander Alekhin
9e84b860f2
cmake: update objc generator scripts
...
- allow to run generator without strong requirement of building 'objc' module
4 years ago
Alexander Alekhin
2e7ef6f4e8
objc: fix std::string handling
...
- arg types may be passed as string instead of std::string
4 years ago
Alexander Alekhin
cea137f313
Merge pull request #18806 from quaresmajose:cmake
4 years ago
Jose Quaresma
79a82013ad
samples: cmake: digits needs opencv_dnn module to build
...
Intrudeced in commit 397ba2d9aafb5312e777ce2f886d7b568109e931:
add OpenCV sample for digit and text recongnition, and provide multiple OCR models.
397ba2d9aa
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
4 years ago