1. 19 May, 2017 1 commit
    • chacha21's avatar
      restored memset optimization · 7763a866
      chacha21 authored
      when dropping optimizations in the last commit, I forgot to keep the
      simplest case where a single memset can be called
      7763a866
  2. 10 May, 2017 1 commit
  3. 09 Mar, 2017 2 commits
  4. 03 Mar, 2017 1 commit
    • chacha21's avatar
      more ICV_HLINE specific cases · 27cfe31b
      chacha21 authored
      added ICV_HLINE custom implementations for element sizes up to 32
      but timings show that it is not very relevant for sizes >= 12
      27cfe31b
  5. 02 Mar, 2017 1 commit
    • chacha21's avatar
      more ICV_HLINE optimization · 92a3dbe1
      chacha21 authored
      added 64b optimization for 3 channels case
      not added 64b optimization for 4 channels case since timings did not
      show any improvement
      split ICV_HLINE cases into inline functions instead of macro for code
      size reduction, without significand speed drawback at first sight
      92a3dbe1
  6. 21 Feb, 2017 2 commits
  7. 11 Feb, 2017 2 commits
  8. 10 Feb, 2017 4 commits
    • chacha21's avatar
      comment unused function · 7521bcc3
      chacha21 authored
      On MacOS and iOS, the unused opencvBigToHost32 is a warning for buildbot
      7521bcc3
    • chacha21's avatar
      do not use GCC_VERSION · d3a15c62
      chacha21 authored
      d3a15c62
    • chacha21's avatar
      optimize ICV_HLINE · af746a92
      chacha21 authored
      ICV_HLINE is split into several specific cases, according to pixel_size,
      to optimize memory copies of the same color components along the line.
      af746a92
    • 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
  9. 09 Feb, 2017 2 commits
  10. 08 Feb, 2017 4 commits
  11. 07 Feb, 2017 4 commits
  12. 06 Feb, 2017 8 commits
  13. 05 Feb, 2017 1 commit
  14. 04 Feb, 2017 1 commit
  15. 03 Feb, 2017 2 commits
  16. 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
  17. 01 Feb, 2017 3 commits