Alexander Alekhin
0a691f7840
Merge pull request #16529 from alalek:dnn_skip_failed_ngraph_tests
5 years ago
Alexander Alekhin
8ecfb59930
dnn(test): skip failed ngraph tests
5 years ago
Alexander Alekhin
69944cd46b
Merge pull request #16421 from mshabunin:add-local-pool
5 years ago
Maksim Shabunin
6c8f50d1f3
videoio/MSMF: refactored format handling and selection, property reading and writing
5 years ago
Alexander Alekhin
8d078f63a9
Merge pull request #16530 from collinbrake:imread_unchanged_exif_doc
5 years ago
Alexander Alekhin
bcc9946650
Merge pull request #16438 from ashishkrshrivastava:opencvc
5 years ago
Collin Brake
d4a28f3bf6
improved documentation for imread()
5 years ago
Maksim Shabunin
55cdeaa6dd
BufferArea: initial version, usage in StereoBM
...
New class BufferArea is used to hide complexity of buffers allocations and allow instrumentation with valgrind and sanitizers.
5 years ago
Alexander Alekhin
7d998336d3
Merge pull request #16510 from andrey-golubev:unify_g_typed_kernel
5 years ago
Alexander Alekhin
6ad390a1cd
Merge pull request #16523 from collinbrake:imread_unchanged_exif_doc
5 years ago
Alexander Alekhin
3c2e5583d2
Merge pull request #16522 from alalek:dnn_build_warnings_from_ngraph
5 years ago
ashishiva3@gmail.com
d64529f6de
Added parsing for Connected and Dropout. Modified maxpool padding
5 years ago
Collin Brake
3cc07a4411
improved documentation for IMREAD_UNCHANGED flag
5 years ago
Alexander Alekhin
ac0a14631d
dnn: eliminate MSVC warnings from ngraph.hpp
5 years ago
Alexander Alekhin
745153098a
Merge pull request #16509 from omasaht:imwrite-throwerr-permissiondenied
5 years ago
Igor Murzov
981e63d8c2
Install all CMake files required to build samples
...
CMakeLists.txt includes samples_utils.cmake, so the later should be
installed as well to make samples build successfully
5 years ago
Alexander Alekhin
d0d676929d
Merge pull request #16519 from TolyaTalamanov:at/fix-render-text-slowdown
5 years ago
Talamanov, Anatoliy
4dffcbd9f0
Fix render opencv backend text slowdown
5 years ago
Alexander Alekhin
6d75be03f9
Merge pull request #16518 from asmorkalov:as/gstreamer_docs
5 years ago
Alexander Smorkalov
fb781834f5
Improved GStreamer documentation.
5 years ago
Alexander Alekhin
6eba1a4d44
dnn: auto network dump through parameter
5 years ago
Alexander Alekhin
fa4871b013
dnn: don't require setInput in .dump()
5 years ago
Omar Hassan
8dd0fd8a13
If applied, this commit will describe permission denied message in imwrite_ function when user does not have write permission
5 years ago
Andrey Golubev
5baa2c0706
Update documentation and clean up redundant code
5 years ago
Alexander Alekhin
225566da7b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
0cb3bf95f1
Merge pull request #16490 from dkurt:dnn_refactor_resize
5 years ago
Alexander Alekhin
d917f889b1
Merge pull request #16504 from alalek:issue_16501
5 years ago
Vadim Pisarevsky
e50acb923e
Merge pull request #16495 from vpisarev:drawing_aa_border_fix
...
* fixed antialiased line rendering to process image border correctly
* fixed warning on Windows
* imgproc(test): circle drawing regression
5 years ago
Polina Smolnikova
4e4dfffe06
Merge pull request #16491 from rayonnant14:objdetect_decodeMulti_issue
...
* fixed issue with Mat reshape in decodeMulti()
* added test for decodeMulti
* used assign
5 years ago
Alexander Alekhin
85a59ef292
cmake: hide IPPICV symbols using --exclude-libs
5 years ago
Alexander Alekhin
f67c8e37d6
imgproc(resize): drop optimization for channels>4
5 years ago
ankit6979
17fe63446f
Merge pull request #16499 from ankit6979:3.4
...
* Update py_thresholding.markdown
* 📝 Update py_thresholding.markdown
5 years ago
Alexander Alekhin
0673866ceb
Merge pull request #16502 from tomoaki0705:fixTypo
5 years ago
Alexander Alekhin
0dd1ce1a4f
Merge pull request #16442 from asmorkalov:as/pr_template_checklist
5 years ago
Alexander Alekhin
c56e91dcc0
Merge pull request #16487 from asmorkalov:as/gapi_freetype
5 years ago
Vadim Pisarevsky
5c6d319ebc
Merge pull request #16493 from vpisarev:bordertype_sgbm_doc_fixes
...
* added note about BORDER_TYPE in separable filters; fixed SGBMStereo description
* added # to BORDER_ constants to generate hyperlinks
5 years ago
Alexander Alekhin
20fb9281f4
Merge pull request #16496 from andrey-golubev:unify_g_typed_kernel
5 years ago
Tomoaki Teshima
edaf4e0104
apply to correct range (entire 3.0 and 4.0 series)
5 years ago
Dmitry Kurtaev
005f38fb45
Fix dnn::ResizeLayer to manage varying input shapes
5 years ago
Alexander Smorkalov
a173ea36f7
Added PR readiness checklist.
5 years ago
Andrey Golubev
e569e9dcbd
Unify G_TYPED_KERNEL and G_TYPED_KERNEL_M
5 years ago
Alexander Alekhin
01c1b341a8
cmake: enable C++11 implicitly
5 years ago
Alexander Alekhin
4d291c06f6
Merge pull request #16483 from saskatchewancatch:issue-16458
5 years ago
Alexander Smorkalov
a9a33d9a5f
Fixed build with FREETYPE and without tests.
5 years ago
hannesa2
57c9991413
Merge pull request #16481 from hannesa2:DeleteOldAndroidManifest.xml
...
* delete old AndroidManifrst.xml
* fix tutorial generation
5 years ago
Alexander Alekhin
8519db8efb
Merge pull request #15464 from tallestorange:3.4
5 years ago
Vadim Pisarevsky
174022547f
fixed incorrect dump of the pixel format
5 years ago
Rajkiran Natarajan
579dcf12bd
GCC 10 warnings not caught by CMake ignore regex
5 years ago
StefanBruens
f05d5888c9
Merge pull request #16479 from StefanBruens:fix_gles_glx_h_include
...
Fix compilation errors on GLES platforms
* Do not include glx.h when using GLES
GL/glx.h is included on all LINUX plattforms, which is wrong
for a number of reasons:
- GL_PERSPECTIVE_CORRECTION_HINT is defined in GL/gl.h, so we
want gl.h not glx.h, the latter just includes the former
- GL/gl.h is a Desktop GL header, and should not be included
on GLES plattforms
- GL/gl.h is already included via QtOpenGL ->
QtGui/qopengl.h on desktop plattforms
This fixes a problem when Qt is compiled with GLES, which
is often done on ARM platforms where desktop GL is not or
only poorly supported (e.g. slow due to emulation).
Fixes part of #9171 .
* Only set GL_PERSPECTIVE_CORRECTION_HINT when GL version defines it
GL_PERSPECTIVE_CORRECTION_HINT does not exist in GLES 2.0/3.x,
and has been deprecated in OpenGL 3.0 core profiles.
Fixes part of #9171 .
5 years ago
Alexander Alekhin
bf2f7b0f8b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago