Error on C++ code generation: Code generation does not support MATLAB class 'vision.internal.BRISKPoints_cg' in this context.
이전 댓글 표시
Hi, I am trying to make C++ code generation from this example function:
function [a,b] = featuresSquareFinder(image)
points = detectBRISKFeatures(uint8(image));
[a,b] = extractFeatures(image, points.selectStrongest(500), 'Method','BRISK');
end
I have Matlab 2018a, Computer vision toolbox and Image processing toolbox installed. And coder ends with this screen:

How to make it work? Does Computer vision toolbox installs with itself the opencv library of needed version? If not, how to run matlab with custom opencv library path?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Code Generation, GPU, and Third-Party Support에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!