Matlab coder for features extraction
Afficher commentaires plus anciens
Hi to everyone, currently I face this problem: I need to obtain ( .c ) versions of (extractHOGFeatures(x), extractLBPFeatures(x), rgb2hsv(x), imhist (x) ) functions which exist in computer vision toolbox. Because I need the same output of these Matlab functions to use it in android app. So is Matlab coder will help me?? Is it work well to convert these Matlab functions??
Réponses (3)
Walter Roberson
le 7 Mar 2016
1 vote
- extractHOGFeatures - supported
- extractLBPFeatures - supported
- rgb2hsv - not supported (no HSV functions supported)
- imhist - partial support (no display of image for example)
Manal Alshehri
le 7 Mar 2016
0 votes
4 commentaires
Walter Roberson
le 7 Mar 2016
Modifié(e) : Walter Roberson
le 7 Mar 2016
Not many of us can afford to just download MATLAB Coder! It is Mathwork's most expensive toolbox (except possibly Distributed Computing Server for large number of nodes). It is not available to Student Version or Home license, only to Academic, or Professional / Commercial licenses.
Manal Alshehri
le 7 Mar 2016
Manal Alshehri
le 7 Mar 2016
Walter Roberson
le 7 Mar 2016
Interesting, in the new release of R2016a, they made MATLAB Coder and Simulink Coder available as add-ons to Student Version... but they still did not make it available to Home license :(
Manal Alshehri
le 7 Mar 2016
0 votes
2 commentaires
Walter Roberson
le 7 Mar 2016
We would need to see the error messages.
Manal Alshehri
le 8 Mar 2016
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!