- 09 Feb, 2020 2 commits
-
-
Alexander Alekhin authored
-
ashishiva3@gmail.com authored
-
- 08 Feb, 2020 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 07 Feb, 2020 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Collin Brake authored
-
Maksim Shabunin authored
New class BufferArea is used to hide complexity of buffers allocations and allow instrumentation with valgrind and sanitizers.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
ashishiva3@gmail.com authored
-
- 06 Feb, 2020 5 commits
-
-
Collin Brake authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Smorkalov authored
-
- 05 Feb, 2020 1 commit
-
-
Omar Hassan authored
If applied, this commit will describe permission denied message in imwrite_ function when user does not have write permission
-
- 04 Feb, 2020 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
* fixed antialiased line rendering to process image border correctly * fixed warning on Windows * imgproc(test): circle drawing regression
-
Polina Smolnikova authored
* fixed issue with Mat reshape in decodeMulti() * added test for decodeMulti * used assign
-
Alexander Alekhin authored
-
ankit6979 authored
* Update py_thresholding.markdown *
📝 Update py_thresholding.markdown -
Alexander Alekhin authored
-
Vadim Pisarevsky authored
* added note about BORDER_TYPE in separable filters; fixed SGBMStereo description * added # to BORDER_ constants to generate hyperlinks
-
Tomoaki Teshima authored
-
Dmitry Kurtaev authored
-
- 03 Feb, 2020 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Rajkiran Natarajan authored
-
- 02 Feb, 2020 1 commit
-
-
StefanBruens authored
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.
-
- 01 Feb, 2020 2 commits
-
-
Alexander Alekhin authored
-
Gourav Roy authored
* 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
-
- 31 Jan, 2020 2 commits
-
-
gapry authored
-
midjji authored
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
-
- 30 Jan, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 29 Jan, 2020 1 commit
-
-
Arnaud Brejeon authored
* 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
-