Dmitry Matveev
050c960dfc
G-API: Integrated cv::MediaFrame as I/O type + CPU backend
4 years ago
Alexander Alekhin
f30aafc3cc
core(test): regression test for 18473
4 years ago
Alexander Alekhin
d7d51e4cc7
python: replace numpy.full() to support numpy<1.13
4 years ago
Mario Emmenlauer
102d8f67cd
matrix.cpp::setSize(): fixed out-of-bounds access on cv::Mat steps
4 years ago
Alexander Alekhin
a00fe15abd
dnn: check for empty Net in .forward()
4 years ago
Rafael Sadowski
3acf8cfd63
Add an OpenBSD check
4 years ago
Ruslan Garnov
5224d016e9
Merge pull request #18339 from rgarnov:rg/rmat_integration
...
[GAPI] RMat integration into the framework
* RMat integration
* Added initialization of input mat in GArray initialization tests
* Fixed klocwork warnings in RMat tests, changed argument order in EXPECT_EQ
4 years ago
Alexander Alekhin
d34717d8c9
core: allow to disable including of unsupported/Eigen/CXX11/Tensor
...
- define OPENCV_DISABLE_EIGEN_TENSOR_SUPPORT
4 years ago
zhuqiang00099
a968eadbf1
fix darknet-relu bug in darknet_io.cpp
4 years ago
Alexander Alekhin
c6b63e0e28
calib3d/imgproc: add GCGraph::maxFlow() missing empty checks
4 years ago
Aitik Gupta
7bd8ddc8fa
removed no-affect variable
4 years ago
Maksym Ivashechkin
0c4a8e2ca8
change flags and bugfix graph
4 years ago
Alexey Smirnov
a3e7c2d8e3
Merge pull request #18452 from smirnov-alexey:as/export_serialization_api
...
[G-API] Export a part of serialization interface
* Initial stub
* Add test on serialization of a custom type
* Namespaces rework
* Fix isSupported in test struct
* Fix clang build and rework namespaces
* Remove redundant header
4 years ago
Orest Chura
40b8b58bc6
Merge pull request #18451 from OrestChura:oc/count_non_zero
...
[G-API]: countNonZero() Standard Kernel Implementation
* Add countNonZero() standard kernel
- API and documentation provided
- OCV backend supported
- accuracy and performance tests provided
- some refactoring of related documentation done
* Fix GOpaque functionality for OCL Backend
- test for OCL Opaque usage providied
* countNonZero for GPU
- OCL Backend implementation for countNonZero() added
- tests provided
* Addressing comments
4 years ago
Alexander Alekhin
8cbd20b380
eliminate build warnings
4 years ago
Dmitry Matveev
43d306fc2d
Merge pull request #18415 from dmatveev:dm/gframe_01_new_host_type
...
* G-API: Introduce cv::MediaFrame, a host type for cv::GFrame
* G-API: RMat -- address review comments
4 years ago
Suleyman TURKMEN
14e264f646
Update window_w32.cpp
4 years ago
Giles Payne
b29f73d5e0
Android OpenCL support
4 years ago
Anatoliy Talamanov
e998d89e88
Implement cv.gin and multiple output for python
4 years ago
Aitik Gupta
cbf978d1f7
added minPoints Homography test
4 years ago
Aitik Gupta
94e0ac7d9f
need atleast 4 corresponding points to calculate homography
4 years ago
Alexey Smirnov
8da1b9aafa
Merge pull request #18401 from smirnov-alexey:as/serialization_more_types
...
[G-API] Add support for more types serialization
* Support more types
* Add std::string support
* Fix GOpaque and gin interaction
* Fix tests on kind
* Make map serialization support templates and add tests on kind
4 years ago
Alexander Alekhin
c08f29c803
dnn(opencl): fix convolution kernel w/o bias with activation
4 years ago
Alexander Alekhin
e59793cc75
dnn: improve debugging of ONNX parsing errors
4 years ago
Alexander Alekhin
97bb91d5fa
ml: fix python test
4 years ago
Giles Payne
80d4d4d92c
Update tests and samples to work with changes to dynamic build
4 years ago
Giles Payne
098f07664d
Fix support for --without build flag on iOS/macOS build
4 years ago
Alexander Alekhin
233030e417
core: force check for string literals are used in the message
4 years ago
Dmitry Matveev
4dbb8ac4b2
Merge pull request #18387 from dmatveev:dm/slides_upd_44
...
Update G-API slides to OpenCV 4.4
* G-API: Updated slides to v4.4 (+ sample)
* Slight formatting changes + Python API page
* Some more updates to slides:
- Added more info on 4.2 and 4.4 versions
- Added explanation on Operations and their functional wrappers
4 years ago
Tomoaki Teshima
48368dc9a1
loosen threshold for Mali
4 years ago
Alexander Alekhin
c945ea125a
ocl: fix PlatformInfo usage
4 years ago
Tomoaki Teshima
234117800f
brush up by following the comments
4 years ago
Alexander Alekhin
f6901ab877
videoio: fix plugins build with enabled Eigen
4 years ago
Odianosen Ejale
862fc06b6f
Fixed and updated OpenCL-VA interoperability
4 years ago
Maksim Shabunin
89ed813585
python: fixed limited API build
4 years ago
Ruslan Garnov
50657e2324
Added linkage of s11n required libs in standalone
4 years ago
Maksim Shabunin
c012490399
Merge pull request #18393 from mshabunin:fix-dnn-test
...
* dnn: fixed HighLevelApi tests
4 years ago
Dmitry Matveev
e937d9b559
Merge pull request #18391 from dmatveev:dm/gframe_00_new_type
...
* G-API: Make GFrame a new (distinct) G-type, not an alias to GMat
- The underlying host type is still cv::Mat, a new cv::MediaFrame
type is to be added as a separate PR
* Fix warnings and review comments
- Somewhow there was a switch() without a default: clause in Fluid
4 years ago
Maksim Shabunin
688aea6bec
videoio: naming MFX tests
4 years ago
Maksim Shabunin
7186c46377
gapi: fix building wihout video module, fix infer test
4 years ago
Tomoaki Teshima
74c8ccb45b
fix build error of kernel on Mali
4 years ago
NesQl
3fc1487cc9
Merge pull request #18323 from liqi-c:tengine-lite-update
...
Tengine lite update
* update tengine
* Modify for arm32 build.
* format optimization
* add teng_ befor some tengine api
* update graph_t to teng_graph_t
* update graph_t to teng_graph_t
* Code structure optimization
* optimization
* optimization
* remove space
* update tengine url
Co-authored-by: liqi <qli@openailab.com>
4 years ago
Julien
48ddb53332
Merge pull request #18386 from JulienMaille:patch-1
...
* Make sure there is a cuda device before getting it
* Update init.hpp
4 years ago
AsyaPronina
3ea9022c5f
Disabled failed test instantiations
4 years ago
Nathan Godwin
2f9072efdc
Fixed assertions on ippe solver
4 years ago
Alexey Smirnov
f6aa9ac304
Merge pull request #18292 from smirnov-alexey:as/osd_serialization
...
[G-API]: Support render primitives serialization
* Add GOpaque and GArray serialization support
* Address review comments
* Remove holds() method
* Add serialization mechanism for render primitives
* Fix standalone mode
* Fix wchar_t error on win64
* Fix assert on windows
* Address review comments
* Fix GArray and GOpaque reset() method to store proper kind
* Reset wchar before deserializing it
* Fix wchar_t cross-platform issue
* Address review comments
* Fix wchar_t serialization and tests
* Remove FText serialization
4 years ago
Alexander Alekhin
6c575e8826
imgcodecs(openjpeg): add checks for input
4 years ago
Alexander Alekhin
261ad78122
core: emit more clear messages in OutputArray::create()
4 years ago
Alexander Alekhin
4fa82809df
ocl: avoid rescheduling of async kernels
4 years ago
Orest Chura
95fd61c9b4
Merge pull request #18261 from OrestChura:oc/fluid_convert_mask
...
[G-API]: Fluid: add mask, extend convertTo for CV_16S
* Add Fluid `mask` kernel + Acc. and Perf. tests
- simple cycle implementation with restrictions on mask type and input/output type like in OCV/GPU kernels (mask - CV_8UC1 only, input/output - CV_8UC1, CV_16UC1, CV_16SC1)
* Added convertions from/to 16S
* `convertTo()` perf tests refactoring
- add testing of `alpha` and `beta` parameters
- fixed unreliable comparison
- added instances to OCV, Fluid and GPU tests according to the changes
* Addressing comments
- fixed multiple-channel mistake - prohibited multiple-channeling
* Reduced perf tests
4 years ago