Applyform & makecform not supported for Code Generation ? How to solve this ?

1 Ansicht (letzte 30 Tage)
Selva Karna
Selva Karna am 15 Mär. 2018
Beantwortet: Julianna Mather am 26 Mär. 2018
Applyform & makecform not supported for Code Generation ? How to solve this ?

Antworten (2)

Sumit Ghosh
Sumit Ghosh am 23 Mär. 2018
A similar question answered here:
https://www.mathworks.com/matlabcentral/answers/388423-coder-extrinsic-applycform-not-support-for-code-generation-how-to-use-instead-of-applycform

Julianna Mather
Julianna Mather am 26 Mär. 2018
As you noted, these two functions don't support C code generation. These are pretty big functions with lots of code paths doing different things... everything from simple color space transformations (like RGB to L*a*b*) to more complex ICC profile-based transformations. If you only need one of the simpler transformations, it might be possible to get code generation using another function from Image Processing Toolbox.
Can you tell me a little bit about what you're trying to do?

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by