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?

Answers (0)

Categories

Asked:

on 10 Oct 2016

Edited:

on 10 Oct 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!