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

Комментарии • 21

  • @ce_049_enamul_haque2
    @ce_049_enamul_haque2 2 года назад +1

    helped a lot thanks man

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  2 года назад

      Glad to hear that the video is helpful to you CE_049 _ENAMUL _Haque! Happy Learning

  • @proudtoislam
    @proudtoislam 2 года назад +1

    Well explained 👌👌

  • @ranataha1858
    @ranataha1858 4 года назад +1

    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

  • @BabaYagaYT
    @BabaYagaYT 3 года назад +1

    Video was so helpful

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  3 года назад +1

      Glad it was helpful BabaYaga YT! Happy Learning :-)

    • @BabaYagaYT
      @BabaYagaYT 3 года назад +1

      @@KnowledgeAmplifier1 with the help of your tutorial, I've created my own GUI 4-5 projects. I'm so enthusiastic to share with you

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  3 года назад +1

      @@BabaYagaYT Thank You for the inspiring comment :-)

  • @KushalDalal-d1t
    @KushalDalal-d1t Год назад +1

    Sir I have done this on my laptop but it shows some error

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  Год назад

      Hello Kushal Dalal, can you please let me know what's the error ?

    • @KushalDalal-d1t
      @KushalDalal-d1t Год назад

      @@KnowledgeAmplifier1 whenever I try to run the code it shows me that the imnoise is not a predefined function

    • @KushalDalal-d1t
      @KushalDalal-d1t Год назад

      @@KnowledgeAmplifier1 I can also send you the error in your insta Handel... please help

    • @balinadojoanakeiths.8653
      @balinadojoanakeiths.8653 Год назад

      same
      @@KushalDalal-d1t

    • @shreyasshetty2815
      @shreyasshetty2815 Год назад

      @@KushalDalal-d1t i am getting same error along with global declaration error

  • @honeyrulesintheworld
    @honeyrulesintheworld 3 года назад

    HI, I need some help in GUI design I'm having some difficulties

  • @juanpabloromerovargas9899
    @juanpabloromerovargas9899 Год назад

    How can I measure edge detection?

  • @thapa.shivam
    @thapa.shivam 3 года назад

    Thank you 🙂

  • @jjtaquila3608
    @jjtaquila3608 2 года назад

    bueno bueno