Alexander Alekhin
01981ed290
Merge pull request #18522 from alalek:fix_18152
4 years ago
Alexander Alekhin
6f5d56d994
core(logger): avoid destruction of GlobalLoggingInitStruct object
...
- keep logger available until the program termination
4 years ago
Alexander Alekhin
793b2b9ad9
Merge pull request #18494 from dmatveev:dm/gframe_02_integration
4 years ago
Dmitry Matveev
050c960dfc
G-API: Integrated cv::MediaFrame as I/O type + CPU backend
4 years ago
Alexander Alekhin
aabeb8a18e
Merge pull request #18505 from alalek:fix_python_test
4 years ago
Alexander Alekhin
d7d51e4cc7
python: replace numpy.full() to support numpy<1.13
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
199687a1c5
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alessandro de Oliveira Faria (A.K.A.CABELO)
b5a6c8e2b2
Merge pull request #18399 from cabelo:realsense
...
* Modified for Intel Realsense webcam
* Fix whitespace
* Update page title
* Uppercase
4 years ago
Alexander Alekhin
a5b8f163d7
Merge pull request #18488 from alalek:maxflow_missing_check
4 years ago
Alexander Alekhin
6add3b9161
Merge pull request #18487 from aitikgupta:unnecessary-variable
4 years ago
Alexander Alekhin
955909bdb5
Merge pull request #18483 from ivashmak:bugfix_graph
4 years ago
Alexander Alekhin
1ddd61f98a
Merge pull request #18458 from sturkmen72:Update_window_w32_cpp
4 years ago
Alexander Alekhin
3503a36e5e
Merge pull request #18444 from aitikgupta:check-minimum-points
4 years ago
Alexander Alekhin
2ea7269450
Merge pull request #18431 from zhuqiang00099:fix-darknet_relu
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
fc1a156262
Merge pull request #18460 from alalek:build_warnings
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
Alexander Alekhin
01e23a2222
Merge pull request #18439 from komakai:opencl
4 years ago
Alexander Alekhin
f88d89ad82
Merge pull request #18341 from TolyaTalamanov:at/wrap-gin-gout-for-grunargs
4 years ago
Alexander Alekhin
969b55036f
Merge pull request #18438 from alalek:dnn_onnx_importer_error_reporting
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
Alexander Alekhin
295afd5882
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
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
Alexander Alekhin
08b36e4f48
Merge pull request #18449 from alalek:ios_dont_disable_world_automatically
4 years ago
Alexander Alekhin
d62d880316
Merge pull request #18447 from alalek:fix_17953
4 years ago
Alexander Alekhin
361b5e0ebf
Merge pull request #18430 from alalek:ippicv_tpp
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
c16e2e6234
ios: don't force BUILD_opencv_world=OFF in case of excluded modules
4 years ago
Alexander Alekhin
19f4cc57c1
Merge pull request #18436 from komakai:fix-install-name
4 years ago
Alexander Alekhin
c08f29c803
dnn(opencl): fix convolution kernel w/o bias with activation
4 years ago
Alexander Alekhin
ecb6d03ccd
Merge pull request #18445 from alalek:fix_test_python_ml
4 years ago
Alexander Alekhin
e59793cc75
dnn: improve debugging of ONNX parsing errors
4 years ago
Alexander Alekhin
236ad4aeda
Merge pull request #18441 from alalek:core_check_force_string_literals
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
6a7df4e973
Modify install_name
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
Alexander Alekhin
6256e425f3
Merge pull request #18434 from tomoaki0705:loosenDNNEps
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