Function/s equivalent to "bwareaopen" and '''bwconhull' supported for C / C++ code generation
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Denis Gurchenkov
il 7 Apr 2015
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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!