Lecture 4 How to convert RGB into grayscale and binary image

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025
  • The video describes how to convert RGB image to grayscale and binary image. Please watch the whole video series to learn about image processing and its implementations in MATLAB.
    For further description, please visits these mytutsonimage.b...
    and mytutsonimage.b...

ความคิดเห็น • 17

  • @MuhammadWaqas-nk2fr
    @MuhammadWaqas-nk2fr 8 หลายเดือนก่อน +1

    Thankyou sir!

  • @tufailabid4960
    @tufailabid4960 7 ปีที่แล้ว

    Thanks for the nice tutorials

  • @AbbasKhan-ew5bn
    @AbbasKhan-ew5bn 7 ปีที่แล้ว +1

    Thanks for the tutorials

    • @Xjapan360d
      @Xjapan360d  7 ปีที่แล้ว

      Thanks @Abbbas, Please watch the whole video tutorial series to learn about Image processing using MATLAB

  • @sandysandilya3852
    @sandysandilya3852 4 ปีที่แล้ว

    thank you for the good information.... but how to do it for a multiple image file

    • @Xjapan360d
      @Xjapan360d  4 ปีที่แล้ว

      th-cam.com/video/eVhoNMkkTSo/w-d-xo.html

    • @Xjapan360d
      @Xjapan360d  4 ปีที่แล้ว

      Watch this video and insert the code

  • @ohonaahona3404
    @ohonaahona3404 6 ปีที่แล้ว

    your tutorials are so useful please add more tutorial on image processing in matlab

    • @Xjapan360d
      @Xjapan360d  6 ปีที่แล้ว

      Glad to hear from you. I will add new videos soon. Thanks

  • @afifripleyxi
    @afifripleyxi 6 ปีที่แล้ว +1

    Hi how do I save the converted images in a new folder? I have followed your previous tutorial on how to save the images but it only saves it in the original form and not in the edited form . Thank you

    • @Xjapan360d
      @Xjapan360d  6 ปีที่แล้ว

      Hi, thanks for watching my tutorial! It's very easy to save the altered image by using the following syntax:
      let X is the name of the edited image you want to save then use imwrite() function with two parameters such as name of the edited image you want to save and what name you are going to give to edited image (like edited.jpg).
      imwrite(X,'edited.jpg')

    • @afifripleyxi
      @afifripleyxi 6 ปีที่แล้ว +1

      Muhammad Waqas hey man thanks a lot for the help .e.g I assigned x=rgb2gray; and use the x in the imwrite function. E.g imwrite (x,path) and it worked . Thanks a lot again.

    • @Xjapan360d
      @Xjapan360d  6 ปีที่แล้ว +1

      Glad to hear that it works with you. Thanks!

  • @ciprianchelaru717
    @ciprianchelaru717 5 ปีที่แล้ว

    Hello. Is possible to convert one image to numbers? not only 0 and 1 (binary) ? to convert to numbers from 0 to 10 or 0-100... Thank you.

    • @Talk-ster
      @Talk-ster 5 ปีที่แล้ว

      I think to do that u should use a script thats encrypt (binary code ) to your one coding method.

  • @smiletheshy523
    @smiletheshy523 6 ปีที่แล้ว

    hi can you help me for extration feature