- Define data as properties to make them accessible to all functions and callbacks in an app.
- Send the variables to MATLAB base workspace and then access them from base workspace wherever required. This can be done using assignin and evalin functions respectively.
How can I integrate acquired image with drop down functions?
1 回表示 (過去 30 日間)
古いコメントを表示
I am new to app designer and working on a project where I have added two push button and acquired the static as well as real time image via webcam respectively. Now I want to perform task on it like 2-D fft and binarize it but I want user to choose which image he wants to operate and then perform task so I have given 2dropdown one for 2d FFT with static or captured image and same for next one how can I integrate the image acquired with drop down and perform Acton's like fft and binarize it. Urgent help needed.
0 件のコメント
回答 (2 件)
Kavya Vuriti
2020 年 7 月 2 日
編集済み: Kavya Vuriti
2020 年 7 月 2 日
Hi,
From the question, I understand that the two images captured must be shared between the callbacks of Buttons and Drop Down. I think there are two ways to do this:
Here is the detailed description on defining properties in an app. Hope this helps!!
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!