-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
Open
Description
Transferred from http://code.opencv.org/issues/4323
|| Alex Levinshtein on 2015-05-07 19:36
|| Priority: Normal
|| Affected: branch 'master' (3.0-dev)
|| Category: matlab bindings
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: x64 / Windows
Some Matlab bindings are not built
I have noticed that after building Matlab bindings for OpenCV, mex files are generated and then compiled from the following directory: opencv\build\modules\matlab\src .
However, there is a subdirectory called "private" in that folder (i.e., opencv\build\modules\matlab\src\private) which contains many useful bindings such as the FAST corner detector. These mex files are not compiled, when I build OpenCV. When I tried to manually move them from opencv\build\modules\matlab\src\private to opencv\build\modules\matlab\src, they started to compile but there are compilation errors. Any idea on how to compile these files, or are they in a "private" folder because they are still buggy and not ready?