1. 10 Oct, 2017 3 commits
  2. 09 Oct, 2017 17 commits
  3. 08 Oct, 2017 7 commits
  4. 07 Oct, 2017 2 commits
    • Igor Wodiany's avatar
      Extract code from scalarToRawData · ffb95547
      Igor Wodiany authored
      The same code was repeated several time for different data types, so
      it was extracted as a templated function to improve maintability and
      make a code more clear.
      ffb95547
    • Igor Wodiany's avatar
      Fix a memory leak in the Mat copying constructor · b638aa74
      Igor Wodiany authored
      Exception may be rasied inside the body of a copying constructor after
      refcount has been increased, and beacause in the case of the exception
      destrcutor is never called what causes memory leak. This commit adds a
      workaround that calls the release() function before the exception is
      thrown outside the contructor.
      b638aa74
  5. 06 Oct, 2017 10 commits
  6. 05 Oct, 2017 1 commit
    • Yaron Inger's avatar
      videoio: remove AssetsLibrary dependency. · 0d979a74
      Yaron Inger authored
      The entire AssetsLibrary framework is deprecated since iOS 8.0. The code
      used in the camera example code can use UIKit to save videos to the
      camera instead, which allows to avoid linking with PhotoKit instead to
      prevent increasing the iOS deployment target.
      0d979a74