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
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
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
Alexander Alekhin
84c29dce77
Merge pull request #16474 from gapry:issue_16336
5 years ago
Gourav Roy
126b0d855f
Merge pull request #16366 from themechanicalcoder:features2D-tutorial-python
...
* Add python version of panorama_stitching_rotating_camera and perspective_correction
* Updated code
* added in the docs
* added python code in the docs
* docs change
* Add java tutorial as well
* Add toggle in documentation
* Added the link for Java code
* format code
* Refactored code
5 years ago
gapry
ac9f8c1f41
Fixed Compilation warnings | Issue #16336
5 years ago
midjji
86e5e8d765
Merge pull request #15993 from midjji:master
...
This is a correction of the previously missleading documentation and a warning related to a common calibration failure described in issue 15992
* corrected incorrect description of failed calibration state.
see issue 15992
* calib3d: apply suggestions from code review by catree
5 years ago
Alexander Alekhin
27edba495a
Merge pull request #16246 from VadimLevin:dev/vlevin/videoio_classes_cleanup
5 years ago
Alexey Smirnov
0d456f9111
Merge pull request #16118 from smirnov-alexey:as/gopaque
...
G-API: GOpaque implementation
* Stub initial copypasted solution
* Fix mov test and add a couple of others
* Fix warnings
* More code coverage and tests
* fix macos warning
* address review comments
* Address review comments and fix indentation
* Fix build on armv7
5 years ago
Alexander Alekhin
591f427003
Merge pull request #16459 from nh2:patch-1
5 years ago
Alexander Alekhin
2ced568d34
Merge pull request #16220 from YashasSamaga:cuda4dnn-roi-pooling-test_fix-optim
5 years ago
Arnaud Brejeon
ecbba852cf
Merge pull request #16415 from arnaudbrejeon:bug_fix_16410
...
* Fix bug 16410 and add test
* imgproc(connectedcomponents): avoid manual uninitialized allocations
* imgproc(connectedcomponents): force 'odd' chunk range size
* imgproc(connectedcomponents): reuse stripeFirstLabel{4/8}Connectivity
* imgproc(connectedcomponents): extend fix from PR14964
5 years ago
Alexander Alekhin
48c8c95381
Merge pull request #16452 from alalek:objdetect_align_with_master
5 years ago
Alexander Alekhin
cd2d6ac935
Merge pull request #16461 from seiko2plus:issue16455
5 years ago
Niklas Hambüchen
70cbc3d883
cvdef.h: Don't use C's limits.h under C++
...
Just like with the other headers in the rest of the file.
See e.g. https://stackoverflow.com/questions/36831465/what-difference-does-it-make-when-i-include-limits-or-limits-h-in-my-c-cod
for the reasons, the most important one being that limits.h does not respect
namespaces, which can make problems for downstream consumers of cvdef.h.
5 years ago
Sayed Adel
ec033330df
core:vsx workaround for the unexpected results of `vec_vbpermq` in gcc4.9
5 years ago
Alexander Alekhin
e037800e46
Merge pull request #15714 from neurodroid:patch-1
5 years ago
Alexander Alekhin
7e6bdbad9b
Merge pull request #16453 from seiko2plus:issue16448
5 years ago
cudawarped
5542dcb2bc
Merge pull request #16248 from cudawarped:fix_python_cudawarping_cudaarithm
...
* Move python CUDA tests to the contrib repo.
5 years ago
Sayed Adel
bd531bd828
core:vsx fix inline asm constraints
...
generalize constraints to 'wa' for VSX registers
5 years ago
Alexander Alekhin
8facf61bed
objdetect(QR): don't introduce deprecated API, compatibility code
5 years ago
Alexander Alekhin
560f85f8e5
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
f856c964e2
Merge pull request #16338 from alalek:abi_checker_exclude_modules
5 years ago
Alexander Alekhin
223790e6fc
Merge pull request #16423 from alalek:issue_16321
5 years ago
Alexander Alekhin
5429b1f5ff
Merge pull request #16223 from l-bat:lip_jppnet
5 years ago
Liubov Batanina
24166ac402
Fix indentation
5 years ago
Alexander Alekhin
02f8a9470a
Merge pull request #16441 from alalek:abi_checker_exclude_modules_3.4
5 years ago
Liubov Batanina
4a19ac5aca
Move instruction
5 years ago
Alexander Alekhin
4af55e64e9
cmake: support OPENCV_ABI_SKIP_MODULES_LIST
...
backporting of commit f163778da7
5 years ago