c - Matlab coder for converting feature extraction functions -


currently face problem:
need obtain ( .c ) versions of (extracthogfeatures(x), extractlbpfeatures(x), rgb2hsv(x), imhist (x)) functions exist in computer vision toolbox. because need same output of these matlab functions use in android app.
matlab coder me? work converting these matlab functions?

i don't know how results coder be, in list of functions supported code generation rgb2hsv not included.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -