Simple Image Processing Application | Building MATLAB Apps with App Designer | Part 5
HTML-код
- Опубликовано: 7 фев 2025
- Prerequisite:
How to pass data within GUI functions (MATLAB GUI Tutorial with Image Processing )
• How to pass data withi...
Display Graphics in App Designer
www.mathworks....
% Button pushed function: TakeanImageButton
global a;
[filename, pathname] = uigetfile('*.*', 'Pick an Image');
filename=strcat(pathname,filename);
a=imread(filename);
imshow(a,'Parent',app.UIAxes);
% Button pushed function: AddNoiseButton
global a;
global J;
J=a;
J =imnoise(J,'salt & pepper', 0.4);
imshow(J,'Parent',app.UIAxes2);
% Button pushed function: ImageafterNoiseRemovalButton
global J;
p=medfilt3(J,[5,5,3]);
imshow(p,'Parent',app.UIAxes3);
Learn Complete Machine Learning & Data Science using MATLAB:
• Data Science & Machine...
Learn Digital Signal Processing using MATLAB:
• Digital Signal Process...
Learn Complete Image Processing & Computer Vision using MATLAB:
• Digital Image Processi...
🙏🙏🙏🙏🙏🙏🙏🙏
YOU JUST NEED TO DO
3 THINGS to support my channel
LIKE
SHARE
&
SUBSCRIBE
TO MY RUclips CHANNEL
#MATLAB #APPDesign
helped a lot thanks man
Glad to hear that the video is helpful to you CE_049 _ENAMUL _Haque! Happy Learning
Well explained 👌👌
Thank you Mishal Malik! Happy Learning
@@KnowledgeAmplifier1 well come
I need some guidance in matlab coding for a research paper, can you help me out? Paper title is image encryption algorithm using S-box and dynamic Henon bit level permutation
Video was so helpful
Glad it was helpful BabaYaga YT! Happy Learning :-)
@@KnowledgeAmplifier1 with the help of your tutorial, I've created my own GUI 4-5 projects. I'm so enthusiastic to share with you
@@BabaYagaYT Thank You for the inspiring comment :-)
Sir I have done this on my laptop but it shows some error
Hello Kushal Dalal, can you please let me know what's the error ?
@@KnowledgeAmplifier1 whenever I try to run the code it shows me that the imnoise is not a predefined function
@@KnowledgeAmplifier1 I can also send you the error in your insta Handel... please help
same
@@KushalDalal-d1t
@@KushalDalal-d1t i am getting same error along with global declaration error
HI, I need some help in GUI design I'm having some difficulties
How can I measure edge detection?
Thank you 🙂
You’re welcome Shivam Thapa😊 Happy Learning !
bueno bueno