1. 13 Oct, 2017 1 commit
    • Alexander Alekhin's avatar
      matlab: disable module by default · 26fd198e
      Alexander Alekhin authored
      - broken bindings generator
      - broken conversion functions (uses non-supported cv::Mat types)
      - other problems like missing convertion functions for Moments and other structs
      26fd198e
  2. 11 Jun, 2017 1 commit
  3. 25 Jan, 2016 1 commit
  4. 18 Nov, 2015 1 commit
  5. 08 Oct, 2015 1 commit
  6. 28 Dec, 2014 1 commit
  7. 02 Sep, 2014 1 commit
    • Rok Mandeljc's avatar
      matlab: fix binding generation for modules that are part of opencv_contrib (xfeatures2d) · 347fa4fc
      Rok Mandeljc authored
      This patch fixes Matlab binding generation for modules that are
      part of opencv_contrib (xfeatures2d specifically), and are therefore
      not located in ${CMAKE_SOURCE_DIR}/modules.
      
      For this, gen_matlab.py script is extended to accept multiple values
      for --modules-root argument, and to check for a module's header in
      all possible paths. This way, both ${CMAKE_SOURCE_DIR}/modules and
      ${OPENCV_EXTRA_MODULES_PATH} can be passed as modules root paths,
      and main header for xfeatures2d module is correctly located.
      347fa4fc
  8. 27 Aug, 2014 1 commit
  9. 10 Aug, 2014 1 commit