- 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 view (last 30 days)
Show older comments
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 Comments
Answers (2)
Kavya Vuriti
on 2 Jul 2020
Edited: Kavya Vuriti
on 2 Jul 2020
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!!
See Also
Categories
Find more on Develop Apps Using App Designer 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!