convert image processing m file to simulink

15 visualizaciones (últimos 30 días)
Isee You
Isee You el 27 de Jul. de 2011
Respondida: Aadarsh el 19 de Oct. de 2023
hi; i make image processing m file and i want convert it Simulink . what should i do;
and other question in my program i use neural network also and i read when i want to make stand alone application i must convert it to Simulink .is it right ?
############
my project is i take 2 image and generate template form them and then use neural to compare the template .
Thanks.

Respuesta aceptada

Andreas Goser
Andreas Goser el 27 de Jul. de 2011
If the only reason to move to Simulink is the need to create a Stand-Alone Application, then you don't have to. The MATLAB Compiler can do this for MATLAB codes.
BUT!
Assuming, you are doing your neural networks with the Neural Network Toolbox, then there are limitations. Let us know how the limitations affect you.
From your desctiption, I do not see why Simulink would help you, but some notes:
1. You can't convert MATLAB code into Simulink models 2. But you can incorporate MATLAB code into Simulink models. There are multiple options 3. But I do not see how the limitations would go away with this appoach

Más respuestas (2)

Isee You
Isee You el 28 de Jul. de 2011
Thank you eng_Andreas .
i read this limitation .
MY Project is a program for taking pictures of the iris of a person and then stored it in data base and after that when compared are called from the database.
i get the normalized image . I have two problems, first: - How to Get the template of the normalized image
The second - compared to these templates.
Of my research i found that the best way to make the template in Log_Gabor.
for the second problem I found so many ways, including neural networks . Final i should make stand alone application .
please help me.

Aadarsh
Aadarsh el 19 de Oct. de 2023

Categorías

Más información sobre Deep Learning Toolbox 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