Alexander Alekhin
7163781639
Merge pull request #18343 from TolyaTalamanov:at/support-return-tuple
...
[G-API] Support std::tuple for return type
4 years ago
Maxim Pashchenkov
a63cee2139
Merge pull request #18287 from mpashchenkov:mp/ocv-gapi-blue-branch
...
[G-API]: Add four kernels to parse NN outputs & provide information in Streaming scenarios
* Kernels from GL "blue" branch, acc and perf tests
* Code cleanup
* Output fix
* Comment fix
* Added new file for parsers, stylistic corrections
* Added end line
* Namespace fix
* Code cleanup
* nnparsers.hpp moved to gapi/infer/, nnparsers -> parsers
* Removed cv:: from parsers.hpp
4 years ago
Alexander Alekhin
3e3787ecb6
Merge pull request #18360 from tomoaki0705:fixClampFailure
4 years ago
Alexander Alekhin
a723aaedd8
Merge pull request #18354 from takehirokj:fix_typo_in_doc
4 years ago
Maxim Pashchenkov
830d8d6b75
Merge pull request #18196 from mpashchenkov:mp/garray-initialization
...
[G-API]: Add GArray initialization support
* Added GArray initialization (CONST_VALUE, GScalar analog) and test for this
* Whitespaces
* And one more space
* Trailing whitespace
* Test name changed. Build with magic commands.
* GArray works with rvalue initialization
* Code cleanup
* Ternary operator in the initialization list.
4 years ago
Liubov Batanina
ebb528976f
Merge pull request #18353 from l-bat:issue_18350
...
* Fixed bug in ONNX Mul op
* Replaced node
4 years ago
Tomoaki Teshima
f77c2d700f
add explicit cast for half
4 years ago
Takehiro Kajihara
8c44b8306b
Fix typo in videoio doc
4 years ago
Anatoliy Talamanov
a07f064e50
Merge pull request #18332 from TolyaTalamanov:at/wrap-GIn-GOut
...
[G-API] Wrap GIn & GOut
* Wrap GIn & GOut into python
* Remove extra brackets
* Use reinterpret_cast
4 years ago
Alexander Alekhin
e668cff573
Merge pull request #18348 from tomoaki0705:fixNppFlipInplace
4 years ago
Ruslan Garnov
ea4b491a73
Merge pull request #18213 from rgarnov:rg/rmat_api
...
Basic RMat implementation
* Added basic RMat implementation
* Fix typos in basic RMat implementation
Co-authored-by: Anton Potapov <anton.potapov@intel.com>
4 years ago
Sergei Slashchinin
fa953e4205
Merge pull request #18316 from sl-sergei:fix_18253
...
Fix loading of ONNX models with Resize operation with Opset 11 for newer versions of Pytorch
* Add reproducer for Resize operation from newer versions of Pytorch
* Fix loading of scales parameter for Resize layer
* Change check type for better diagnostic messages
4 years ago
Anatoliy Talamanov
986bc65e1f
Change imports order for copytomask
4 years ago
Maksim Shabunin
540982cc9d
Merge pull request #18331 from or-toledano:3.4
4 years ago
Anatoliy Talamanov
5218443784
Support tuple for python bindings
4 years ago
Tomoaki Teshima
a61546680b
use only even number for inplace flip
4 years ago
Alexander Alekhin
8cb7eae5c9
Merge pull request #18294 from mshabunin:install-bin-samples
4 years ago
Alexander Alekhin
18440c1faf
Merge pull request #18314 from gilsho:components
4 years ago
Alexander Alekhin
9f69ca503a
Merge pull request #18325 from alalek:issue_18166
4 years ago
or-toledano
49ba744130
Fix np row,column to cv y,x
...
This explanation was created to avoid confusion, but it seems like the author was confused :D
4 years ago
Alexander Alekhin
3b00ee2afb
Merge pull request #18320 from choffmann:master
4 years ago
Alexander Alekhin
4b24ddd70d
Merge pull request #18317 from sl-sergei:restored_pr_17629
4 years ago
Gil Shotan
1612db5f91
Fix signed integer overflow in connected components
4 years ago
Alexander Alekhin
7dfe68cac6
imgcodecs: lazy on-demand codecs initialization
4 years ago
Alexander Alekhin
7d832337ae
Merge pull request #18310 from ShadyD45:patch-1
4 years ago
Anatoliy Talamanov
a258404a58
Merge pull request #18309 from TolyaTalamanov:at/wrap-apply-overloads
...
[G-API] Wrap cv::gapi::mean kernel into python
* Wrap cv::gapi::mean kernel into python
* Fix test
4 years ago
Alexander Alekhin
83807811cd
Merge pull request #18299 from l-bat:onnx_reduce_max
4 years ago
Christoph Gringmuth
a3048239b3
Fix implicitly-deleted default constructor
4 years ago
Shubham Singh
23e71d1aa2
fixes #17187 probably
...
Added Eltwise Layer Support
4 years ago
Shubham Dhumal
f787c73841
Typo fix: CV.rabCutClasses to CV.grabCutClasses
4 years ago
Liubov Batanina
b542a1804c
Support global reduce ops
4 years ago
Maksim Shabunin
2dff2f36bf
Install: added prebuilt samples installation
4 years ago
Alexander Alekhin
1604ea3b27
Merge pull request #18290 from alalek:update_ffmpeg_4.x
4 years ago
Alexander Alekhin
6b674709b8
Merge pull request #18284 from alalek:update_ffmpeg_3.4
4 years ago
Alexander Alekhin
b23d377567
ffmpeg/4.x: update FFmpeg wrapper
...
- FFmpeg 4.3.1
4 years ago
Alexander Alekhin
f445b826d0
Merge pull request #18288 from alalek:update_version_4.5.0-pre
4 years ago
Alexander Alekhin
a12ceb04bb
pre: OpenCV 4.5.0 (version++)
4 years ago
Alexander Alekhin
623aaaccd4
Merge pull request #18286 from extrowerk:patch-1
4 years ago
extrowerk
da0fd62c23
Haiku: build fix
...
Haiku is POSIX compatible
4 years ago
Alexander Alekhin
f56445d7ca
ffmpeg/3.4: update FFmpeg wrapper
...
- FFmpeg 3.4.8
4 years ago
Alexander Alekhin
a10d289997
Merge pull request #18281 from dtrodrigues:issue-template-typo
4 years ago
Alexander Alekhin
750b1aba8d
Merge pull request #18280 from dtrodrigues:vtk-9
4 years ago
Alexey Smirnov
a3e8c6e866
Merge pull request #18127 from smirnov-alexey:as/gapi_serialization
...
[G-API]: Add GOpaque and GArray serialization support
* Add GOpaque and GArray serialization support
* Address review comments
* Remove holds() method
* Address review comments
* Remove comments
* Align streaming with kind changes
* Fix kind in kernel
* Address review comments
4 years ago
Alexander Alekhin
03bee14372
Merge pull request #18282 from alalek:update_version_3.4.12-pre
4 years ago
Alexander Alekhin
50ff40d684
pre: OpenCV 3.4.12 (version++)
4 years ago
Dustin Rodrigues
bfd056ceb1
ISSUE_TEMPLATE: fix typo
4 years ago
Alexander Alekhin
620629593b
Merge pull request #18270 from komakai:swift-inout-arrays
4 years ago
Dustin Rodrigues
05ad3a535f
don't use VTK_USE_FILE for VTK >= 8.90
4 years ago
Alexander Alekhin
5c76f99fdd
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Danny
c31164bf1e
Merge pull request #18126 from danielenricocahall:add-oob-error-sample-weighting
...
Account for sample weights in calculating OOB Error
* account for sample weights in oob error calculation
* redefine oob error functions
* fix ABI compatibility
4 years ago