- 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?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Kavya Vuriti
le 2 Juil 2020
Modifié(e) : Kavya Vuriti
le 2 Juil 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!!
Voir également
Catégories
En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!