Borrar filtros
Borrar filtros

Graycomatrix and nlfilter not Supported for Code Generation

3 visualizaciones (últimos 30 días)
Marc McLean
Marc McLean el 25 de Nov. de 2019
Comentada: Keshav el 8 de Mzo. de 2024
When using Coder to generate C code for a script which uses graycomatrix and nlfilter I get the warning messages:
graycomatrix is not supported for code generation
nlfilter is not supported for code generation
How can I compile a script using these two functions?
  1 comentario
Keshav
Keshav el 5 de Mzo. de 2024
Me too getting the same error while generating the code using MATLAB CODER

Iniciar sesión para comentar.

Respuestas (1)

Mike Croucher
Mike Croucher el 5 de Mzo. de 2024
To work out if code generation is supported or not for any given function, go to its documentation page and scroll to the bottom to look at the functions' 'Extended Capabilities' panel. Here's what you get for the eye function, for example. Identity matrix - MATLAB eye - MathWorks United Kingdom
We can see that lots of additional things are supported for the eye function including C/C++ code generation, GPU code generation and more.
Unfortunately, there is no such panel for graycomatrix and nlfilter which means C/C++ code generation is not supported. You will need to code your algorithm differently, using different functions, for code generation to work.
I will add your requirement for code generation for these functions to our feature request database. You could also explain why code generation for these functions is important to you on the Ideas section of our discussion forum. Such information could then be added to our database for pirority setting reasons.
  1 comentario
Keshav
Keshav el 8 de Mzo. de 2024
Thank you, Mike Croucher for considering our request to add these functions.
As per the importance of 'graycomatrix' and 'grapcoprops' are concerned, documentation section of MATLAB explains these function in a very lucid manner.
'graycomatrix' creates a gray-level co-occurrence matrix (GLCM) from image. It creates the GLCM by calculating how often a pixel with gray-level (grayscale intensity) value occurs horizontally adjacent to a pixel with the value.
Like wise 'graycoprops' are also important for normalizing the GLCM.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Code Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by