Function/s equivalent to "bwareaopen" and '''bwconhull' supported for C / C++ code generation
이전 댓글 표시
This is with reference to code suggested by Image Analyst given here. I am trying to generate a C / C++ code for that particular code. According to the document "Functions and Objects Supported for C and C++ Code Generation", MATLAB functions bwconhull and bwareaopen aren't readily supported for C / C++ code generation. What are the alternative functions I can use?
댓글 수: 1
Denis Gurchenkov
2015년 4월 7일
There does not seem to be any alternative, other than implementing bwconvhull and bwareaopen by yourself, either in C, or using a subset of MATLAB that is suitable for code generation.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!