convert image processing m file to simulink

15 views (last 30 days)
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.

Accepted Answer

Andreas Goser
Andreas Goser on 27 Jul 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

More Answers (2)

Isee You
Isee You on 28 Jul 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 on 19 Oct 2023

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!