Azzera filtri
Azzera filtri

convert image processing m file to simulink

4 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Andreas Goser
Andreas Goser il 27 Lug 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

Più risposte (2)

Isee You
Isee You il 28 Lug 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 il 19 Ott 2023

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by