Dmitry Budnikov
4c2dff88de
Merge pull request #20245 from dbudniko:dbudniko/mtcnn_roi_size_hotfix
...
Hot fix negative MTCNN PNet ROI coordinates
* fix negative roi start
* some more experiments
* clean up
4 years ago
Alexander Alekhin
76e9da3fe9
Merge pull request #20244 from alalek:update_ffmpeg_4.x
4 years ago
Alexander Alekhin
cafa04f842
Merge pull request #20221 from komakai:java-at-function
4 years ago
Alexander Alekhin
fef84f69ec
Merge pull request #20220 from komakai:swift-at-function
4 years ago
Alexander Alekhin
ba98cd97e5
videoio(test): skip AV1 HW tests
...
- FFMPEG: "[av1 @ 0000027ac07d1340] Your platform doesn't suppport hardware accelerated AV1 decoding."
4 years ago
Anna Prigarina
81b897c291
Merge pull request #20243 from APrigarina:fix_tracking_api
...
Tracking API: fix incorrect structure
* fix incorrect structure of best score id
* video(DaSiamRPN): specify sizes of scalar arrays
4 years ago
Alexander Alekhin
1c4d70896a
Merge pull request #20138 from YashasSamaga:cuda4dnn-runtime-matmul
4 years ago
Alexander Alekhin
039bcd932a
ffmpeg/4.x: update FFmpeg wrapper 2021.06
...
- FFmpeg 4.4
- libvpx 1.10.0
4 years ago
Alexander Alekhin
eaa9228a4f
Merge pull request #20242 from alalek:update_version_4.5.3-pre
4 years ago
Giles Payne
a8757df963
Make Kotlin plugin version compatible with the Gradle version
4 years ago
Alexander Alekhin
2c796de92b
Merge pull request #20240 from alalek:fixup_20149_4.x
4 years ago
Vadim Pisarevsky
6f2a64a511
Merge pull request #20235 from IanMaquignaz:calib3d_update_hyperlinks
4 years ago
Alexander Alekhin
f5f675ef6c
highgui(gtk): fix NULL ptr checks
4 years ago
Anatoliy Talamanov
bdc8e9118b
Merge pull request #20169 from TolyaTalamanov:at/doc-generic-type
...
[G-API] Generic type documentation
* Put doc about generic type
* Fix comments to review
4 years ago
Alexey Smirnov
d9ed9a9a83
Merge pull request #20151 from smirnov-alexey:as/extend_media_frame
...
G-API: Extend MediaFrame to be able to extract additional info besides access
* Extend MediaFrame to be able to extract additional info besides access
* Add default implementation for blobParams()
* Add comment on the default blobParams()
4 years ago
Alexander Alekhin
b57faa41c2
pre: OpenCV 4.5.3 (version++)
4 years ago
Alexander Alekhin
1b5fe91624
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Vadim Pisarevsky
1a305cadb3
Merge pull request #20165 from IanMaquignaz:inverseRectification
4 years ago
Alexander Alekhin
bbcd06f42f
Merge pull request #20236 from alalek:update_version_3.4.15-pre
4 years ago
JoeHowse
34183237ce
Merge pull request #20203 from JoeHowse:clMath-patches
...
Fix dynamic loading of clBLAS and clFFT (formerly, clAmdBlas and clAmdFft)
* Fix dynamic loading of clBLAS and clFFT
* Update filenames and function names for clBLAS (formerly, clAmdBlas)
* Update filenames and function names for clFFT (formerly, clAmdFft)
* Uncomment teardown of clFFT; tear down clFFT in same way as clBLAS
* Fix generators for clBLAS and clFFT headers
* Update generators to parse recent clBLAS and clFFT library headers
* Update generators to be compatible with Python 3
* Re-generate OpenCV's clBLAS and clFFT headers
* Update function calls to match names in newly generated headers
* Disable (and comment on) teardown code for clBLAS and clFFT
* Renaming *clamd* files
* Renaming *clamdblas* files to *clblas*
* Renaming *clamdfft* files to *clfft*
* Update generator for CL headers
* Update generator to be compatible with Python 3
4 years ago
Alexander Alekhin
286ec92967
Merge pull request #20027 from diablodale:fix19807-UMat-usageFlags
4 years ago
Alexander Alekhin
43940f7ffc
pre: OpenCV 3.4.15 (version++)
4 years ago
Ian Maquignaz
b05631432b
Added declaration, definition and unit test for initInverseRectificationMap()
...
Fixed trailing whitespace
Update to initInverseRectificationMap documentation for clarity
Added test case for initInverseRectificationMap()
Updated documentation.
Fixed whitespace error in docs
Small update to test function
Now passes success_error_level
final update to inverseRectification documentation
4 years ago
Ian Maquignaz
dc92886ab6
Added markup to enable hyperlinking of functions in calib3d documentation
...
fixed find*, calibrate*, stereo*
fixed decompose*, convert*
Fixed recoverPose, and projectPoints
Fixed typo in docs which resulted in a docs warning
4 years ago
Alexander Alekhin
993416d9cf
Merge pull request #20229 from alalek:fix_highgui_build
4 years ago
jogo-
f4a79b0554
Merge pull request #20223 from jogo-:3.4_wp8_samples_typos
...
* Fix typo in App.xaml.cs
* Fix typo in App.xaml.cs
* Fix typo in App.xaml.cs
4 years ago
Alexander Alekhin
327109f327
highgui: update backends handling, fix WITH_OPENGL=ON build
4 years ago
Giles Payne
f1f9121bc7
Add test for Java Mat.at
4 years ago
Giles Payne
3b42e19505
At-like function for Java/Kotlin
4 years ago
Giles Payne
709156ee65
Add tests for Mat.at function
4 years ago
Giles Payne
472030907b
At-like function for Swift
4 years ago
Alexander Alekhin
61e30c15a9
Merge pull request #20211 from kstuedem:fix_dshow_memory_leak
4 years ago
Alexander Alekhin
d332f33346
Merge pull request #20210 from kstuedem:fix_invalid_media_type
4 years ago
Kai Stüdemann
636db09d73
videoio(dshow) fix incompatible media type left set on video device
4 years ago
Kai Stüdemann
64c018507b
videoio(dshow) fix memory leak
4 years ago
Alexander Alekhin
3e513ee6ab
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
c34445a496
Merge pull request #20201 from PolarNick239:3.4
4 years ago
Dale Phurrough
c2ce3d927a
UMat usageFlags fixes opencv/opencv#19807
...
- corrects code to support non- USAGE_DEFAULT settings
- accuracy, regression, perf test cases
- not tested on the 3.x branch
4 years ago
Paul Jurczak
ff60abb575
Merge pull request #20080 from pauljurczak:patch-3
...
* Update dnn.hpp
getPerfProfile is not supported by the CUDA backend, see https://github.com/opencv/opencv/issues/20077
* dnn.hpp: fix doxygen formatting
4 years ago
Alexander Alekhin
7d91dfe339
Merge pull request #20146 from asmorkalov:as/java_test_filter
4 years ago
Alexander Alekhin
15af65d4cf
Merge pull request #20149 from rogday:on_mouse_floor
4 years ago
Alexander Alekhin
0e8431d17b
Merge pull request #20194 from mshabunin:doc-plugins
4 years ago
Alexander Alekhin
81afeda537
Merge pull request #20192 from alalek:update_libjpeg-turbo
4 years ago
Alexander Alekhin
e10de25e86
Merge pull request #20191 from alalek:issue_20032
4 years ago
Dmitry Budnikov
826fdaf06c
Merge pull request #20189 from dbudniko:dbudniko/mtcnn_sample_with_regular_transpose_kernel
...
Remove custom transpose kernel from MTCNN sample
4 years ago
Maksim Shabunin
a4d0a1483a
docs/tutorials: improve plugin sections
4 years ago
Nikolay Polyarniy
746bd47ce5
EXR reading: support Z channel if no Y channel
4 years ago
Alexander Alekhin
dcb4cabb26
3rdparty: libjpeg-turbo 2.0.6 => 2.1.0
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.0
4 years ago
Alexander Alekhin
59b4baee0c
ts: migrate from cgi.escape to html.escape in .py file
4 years ago
Maxim Pashchenkov
2610724ee0
Merge pull request #20157 from mpashchenkov:mp/ocv-gapi-pnetworks
...
G-API: Python. Wrapper for networks.
* Python networks
* Added pyopencv_to
* Changed work with pyopencv_to
4 years ago