필터 지우기
필터 지우기

convert image processing m file to simulink

조회 수: 4 (최근 30일)
Isee You
Isee You 2011년 7월 27일
답변: Aadarsh 2023년 10월 19일
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.

채택된 답변

Andreas Goser
Andreas Goser 2011년 7월 27일
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

추가 답변 (2개)

Isee You
Isee You 2011년 7월 28일
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 2023년 10월 19일

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by