How include library for codegeneration with Matlab Coder to compile function detectSURFFeatures
显示 更早的评论
Matlab: R2015a; x64 Compiler: VC++ 2012; Visual Studio 2012; supportPackages opencv
I try to compile the function detectSURFFeatures with MatlabCoder. During the compilation to get a .dll an Error comes up: The library 'fastHessianDetectorBuildable' is not supported by the current target, language or compiler.
Mathworks on board documentation says: Generated code for this function uses a precompiled platform-specific shared library.
The online documentaion says: Generates portable C code using a C++ compiler that links to user-provided OpenCV (Version 2.4.9) libraries.
What do I have to do to handle the error and get a solution? How do I include the precompiled platform-specific shared library or specific opencv library? Which one I have to chose?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!