1. 06 2月, 2020 2 次提交
  2. 05 2月, 2020 4 次提交
  3. 04 2月, 2020 6 次提交
  4. 03 2月, 2020 4 次提交
  5. 02 2月, 2020 3 次提交
    • S
      Merge pull request #16479 from StefanBruens:fix_gles_glx_h_include · f05d5888
      StefanBruens 提交于
      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.
      f05d5888
    • A
      84c29dce
    • G
      Merge pull request #16366 from themechanicalcoder:features2D-tutorial-python · 126b0d85
      Gourav Roy 提交于
      * 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
      126b0d85
  6. 01 2月, 2020 1 次提交
  7. 31 1月, 2020 1 次提交
    • M
      Merge pull request #15993 from midjji:master · 86e5e8d7
      midjji 提交于
      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
      86e5e8d7
  8. 30 1月, 2020 3 次提交
  9. 29 1月, 2020 4 次提交
  10. 28 1月, 2020 4 次提交
  11. 27 1月, 2020 6 次提交
    • L
      Fix indentation · 24166ac4
      Liubov Batanina 提交于
      24166ac4
    • A
    • L
      Move instruction · 4a19ac5a
      Liubov Batanina 提交于
      4a19ac5a
    • A
      cmake: support OPENCV_ABI_SKIP_MODULES_LIST · 4af55e64
      Alexander Alekhin 提交于
      backporting of commit f163778d
      4af55e64
    • L
      Change link · 5790810c
      Liubov Batanina 提交于
      5790810c
    • P
      Merge pull request #15338 from rayonnant14:my_detect_and_decode_3.4 · acc089ca
      Polina Smolnikova 提交于
      QR-Code detector : multiple detection
      
      * change in qr-codes detection
      
      * change in qr-codes detection
      
      * change in test
      
      * change in test
      
      * add multiple detection
      
      * multiple detection
      
      * multiple detect
      
      * add parallel implementation
      
      * add functional for performance tests
      
      * change in test
      
      * add perftest
      
      * returned implementation for 1 qr-code, added support for vector<Mat> and vector<vector<Point2f>> in MultipleDetectAndDecode
      
      * deleted all lambda expressions
      
      * changing in triangle sort
      
      * fixed warnings
      
      * fixed errors
      
      * add java and python tests
      
      * change in java tests
      
      * change in java and python tests
      
      * change in perf test
      
      * change in qrcode.cpp
      
      * add spaces
      
      * change in qrcode.cpp
      
      * change in qrcode.cpp
      
      * change in qrcode.cpp
      
      * change in java tests
      
      * change in java tests
      
      * solved problems
      
      * solved problems
      
      * change in java and python tests
      
      * change in python tests
      
      * change in python tests
      
      * change in python tests
      
      * change in methods name
      
      * deleted sample qrcode_multi, change in qrcode.cpp
      
      * change in perf tests
      
      * change in objdetect.hpp
      
      * deleted code duplication in sample qrcode.cpp
      
      * returned spaces
      
      * added spaces
      
      * deleted draw function
      
      * change in qrcode.cpp
      
      * change in qrcode.cpp
      
      * deleted all draw functions
      
      * objdetect(QR): extractVerticalLines
      
      * objdetect(QR): whitespaces
      
      * objdetect(QR): simplify operations, avoid duplicated code
      
      * change in interface, additional checks in java and python tests, added new key in sample for saving original image from camera
      
      * fix warnings and errors in python test
      
      * fix
      
      * write in file with space key
      
      * solved error with empty mat check in python test
      
      * correct path to test image
      
      * deleted spaces
      
      * solved error with check empty mat in python tests
      
      * added check of empty vector of points
      
      * samples: rework qrcode.cpp
      
      * objdetect(QR): fix API, input parameters must be first
      
      * objdetect(QR): test/fix points layout
      acc089ca
  12. 26 1月, 2020 2 次提交