Alexander Alekhin
db9f4436e0
Merge pull request #16473 from ashishkrshrivastava:opencvtf
5 years ago
ashishiva3@gmail.com
cd53144ed3
commit: Corrected end tensor_content parsing for StridedSlice layer.
5 years ago
Alexander Alekhin
eb14f9a464
Merge pull request #16463 from alalek:core_strong_ptr_alignment
5 years ago
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
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
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
Alexander Alekhin
6d75be03f9
Merge pull request #16518 from asmorkalov:as/gstreamer_docs
5 years ago
Alexander Smorkalov
fb781834f5
Improved GStreamer documentation.
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
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
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
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 Alekhin
4d291c06f6
Merge pull request #16483 from saskatchewancatch:issue-16458
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
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
591f427003
Merge pull request #16459 from nh2:patch-1
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
Alexander Alekhin
a4bd7506a5
core: CV_STRONG_ALIGNMENT macro
...
Should be used to guard unsafe type casts of pointers
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
7e6bdbad9b
Merge pull request #16453 from seiko2plus:issue16448
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
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