Anatoliy Talamanov
537494f4dd
Merge pull request #18512 from TolyaTalamanov:at/fix-untyped-np-array-for-gapi-python
...
[G-API] Numpy array with int64 failed in cv.gin
* Fix bug with numpy array precision in G-API python
* Fix comments to review
4 years ago
Alexander Alekhin
d9ea9bedb2
doxygen: backport style changes
4 years ago
Alexander Alekhin
1546b9bf99
build: winpack_dldt with dldt 2021.1.0
4 years ago
Alexander Alekhin
39d5e14c1f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
62b5d37b6b
Merge pull request #18526 from alalek:fix_uninitialized_warnings
4 years ago
Alexander Alekhin
d78d9bf151
Merge pull request #18519 from alalek:fix_javadoc
4 years ago
Alexander Alekhin
a5f0fb6008
Merge pull request #18518 from alalek:backport_17993
4 years ago
Alexander Alekhin
f2bb3d0d80
videoio(dc1394_v2): ensure variable initialization
4 years ago
Maksym Ivashechkin
d5dce63254
Merge pull request #18356 from ivashmak:update_ransac
...
* update new RANSAC
* fix warning
* change gamma values table
* resolve conflict
* resolve conflict
* GammaValues as singleton
4 years ago
Alexander Alekhin
01981ed290
Merge pull request #18522 from alalek:fix_18152
4 years ago
Alexander Alekhin
037a72debd
Merge pull request #18517 from alalek:backport_18031
4 years ago
Alexander Alekhin
1ef4b7ae5a
Merge pull request #18515 from alalek:test_18473
4 years ago
Alexander Alekhin
b314cc4c23
Merge pull request #18506 from alalek:issue_18472
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
644de8f22a
java: fix javadoc generation
4 years ago
Maksim Doronin
36f61f3879
[IE][VPU]: Refactor vpu configs
...
backported commit: 7fe87d9a5b
4 years ago
Ilya Churaev
aa11f7d8a3
Removed get_output_as_single_output_node method
...
backported commit: 5fd3d36fe8
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
f30aafc3cc
core(test): regression test for 18473
4 years ago
Alexander Alekhin
2f065b8b4c
Merge pull request #18509 from alalek:issue_18392
4 years ago
Alexander Alekhin
aece3e732e
Merge pull request #18507 from sizeofvoid:openbsd
4 years ago
Alexander Alekhin
aabeb8a18e
Merge pull request #18505 from alalek:fix_python_test
4 years ago
Alexander Alekhin
ebe9327a92
Merge pull request #18473 from BioDataAnalysis:bda_fix_cv_mat_steps
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
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
Michael Gruner
e3da18121f
Enable a GMainLoop when capturing using GStreamer
...
A running GMainLoop processes many events on the GLib/GStreamer
world. While some things may work without it, many others wont.
Examples of these are signals, timers and many other source
events. The problem becomes more concerning by the fact that
some GStreamer elements rely on signals to work.
This commit allows the user to specify an OpenCV option to
start a main loop, if needed. Since the loop blocks, this is
done in a separate thread.
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