필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

linking different processes in GUI

조회 수: 1 (최근 30일)
Rob
Rob 2012년 4월 27일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi,
I wrote a code that does various processing to the image. When representing them in a GUI it is not as straight forward as putting each process in diffent callback function.
So my question is how do I link the result of one function to the next one? i.e:
1st function: I read 1st image and apply so stuff to it, I extract parameters,
2nd function: use the above parameters and apply them to another image,
3rd function: call for a 3rd image and run some convolution the above too image
ect ...
Many thanks for your help in advance.
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 4월 27일
http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.3F

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by