1. 13 Feb, 2017 1 commit
    • Fangjun KUANG's avatar
      Merge pull request #8197 from csukuangfj/csukuangfj-patch-1 · 1e11657b
      Fangjun KUANG authored
      Fix typos in the documentation for AutoBuffer. (#8197)
      
      * Allocate 1000 floats to match the documentation
      
      Fix the documentation of `AutoBuffer`. By default, the following code
      ```.cpp
      cv::AutoBuffer<float> m;
      ```` 
      allocates only 264 floats. But the comment in the demonstration code says it allocates 1000 floats, which is 
      not correct.
      
      * fix typo in the comment.
      1e11657b
  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
  14. 30 Jan, 2017 1 commit