1. 12 Feb, 2017 2 commits
  2. 11 Feb, 2017 1 commit
  3. 10 Feb, 2017 1 commit
    • cclauss's avatar
      Merge pull request #8150 from cclauss/patch-1 · a3475693
      cclauss authored
      cv2.findContours() no longer modifies source image (#8150)
      
      * cv2.findContours() no longer modifies source image
      
      Since OpenCV 3.2, cv2.findContours() no longer modifies the source image but returns a modified image as the first of three return parameters.  ??? Do I have that correct ???
      
      Also fixed up the code blocks to be valid markdown.
      
      * ```python --> @code{.py}
      
      Enables syntax highlighting in docs.
      a3475693
  4. 09 Feb, 2017 3 commits
  5. 08 Feb, 2017 4 commits
  6. 07 Feb, 2017 4 commits
  7. 06 Feb, 2017 8 commits
  8. 05 Feb, 2017 1 commit
  9. 04 Feb, 2017 1 commit
  10. 03 Feb, 2017 2 commits
  11. 02 Feb, 2017 1 commit
    • msk-repo01's avatar
      Fix for opencv/opencv#8105 (compiling with mingw32) · 9a1835ce
      msk-repo01 authored
      fix for opencv/opencv#8105, compilation issue with mingw32 (in
      google/googletest#721 a similar issue was solved and the reason was
      described as MinGW defines _CRITICAL_SECTION and _RTL_CRITICAL_SECTION
      as two separate (equivalent) structs, instead of using typedef)
      9a1835ce
  12. 01 Feb, 2017 3 commits
  13. 31 Jan, 2017 9 commits