1. 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
  2. 09 Feb, 2017 2 commits
  3. 08 Feb, 2017 4 commits
  4. 07 Feb, 2017 4 commits
  5. 06 Feb, 2017 8 commits
  6. 05 Feb, 2017 1 commit
  7. 04 Feb, 2017 1 commit
  8. 03 Feb, 2017 2 commits
  9. 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
  10. 01 Feb, 2017 3 commits
  11. 31 Jan, 2017 9 commits
  12. 30 Jan, 2017 4 commits