1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00

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
This commit is contained in:
Alexander Alekhin
2017-10-13 12:22:05 +03:00
parent 374e321877
commit 26fd198ef2

View File

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