matlab: disable module by default

- broken bindings generator
- broken conversion functions (uses non-supported cv::Mat types)
- other problems like missing convertion functions for Moments and other structs
pull/1406/head
Alexander Alekhin 7 years ago
parent 374e321877
commit 26fd198ef2
  1. 2
      modules/matlab/CMakeLists.txt

@ -1,3 +1,5 @@
set(BUILD_opencv_matlab_INIT OFF) # Matlab module is broken
# ----------------------------------------------------------------------------
# CMake file for Matlab/Octave support
#

Loading…
Cancel
Save