Skip to content

Commit 26fd198

Browse files
committed
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
1 parent 374e321 commit 26fd198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/matlab/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set(BUILD_opencv_matlab_INIT OFF) # Matlab module is broken
2+
13
# ----------------------------------------------------------------------------
24
# CMake file for Matlab/Octave support
35
#

0 commit comments

Comments
 (0)