Function/s equivalent to "bwareaopen" and '''bwconhull' supported for C / C++ code generation
1 次查看(过去 30 天)
显示 更早的评论
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!