How to Read, View and Export Images using OpenCV for Python // OpenCV for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มิ.ย. 2024
  • Wassup! Welcome to the OpenCV Basics series. In this series, we'll be going through all the basics of OpenCV from the ground up. In this first video you'll learn how to get up and running with OpenCV.
    In this video you'll learn how to:
    1. Read in images into Python using OpenCV
    2. Visualise images inside a Jupyter Notebook with Matplotlib
    3. Write out transformed images
    Get the code: github.com/nicknochnack/OpenC...
    Links
    Documentation: docs.opencv.org/4.5.4/
    Python Tutorials: docs.opencv.org/4.5.4/d6/d00/...
    Download Samples from here: opencv.org/releases/
    Chapters:
    0:00 - Start
    0:30 - Explainer
    1:15 - Tutorial Kickoff
    3:17 - Read in an Image
    7:34 - Render images using Matplotlib
    10:16 - Reordering Channels
    11:46 - Exporting images
    15:56 - Wrap up
    Oh, and don't forget to connect with me!
    LinkedIn: bit.ly/324Epgo
    Facebook: bit.ly/3mB1sZD
    GitHub: bit.ly/3mDJllD
    Patreon: bit.ly/2OCn3UW
    Join the Discussion on Discord: bit.ly/3dQiZsV
    Happy coding!
    Nick
    P.s. Let me know how you go and drop a comment if you need a hand!
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @Alphatonicking
    @Alphatonicking 2 ปีที่แล้ว +3

    Dude your videos are so helpful, I wish I would've found you in my 1st year

  • @akshathabs356
    @akshathabs356 2 ปีที่แล้ว +1

    Loving this series. It’s more Convenient to follow.

  • @Krsna_1024
    @Krsna_1024 2 ปีที่แล้ว +2

    super clean and logical explaination......loving this series

  • @kseniakhomutova7411
    @kseniakhomutova7411 2 ปีที่แล้ว +1

    Thank you so so so much!
    Your explanations are the best, honestly. I am Russian and we practically do not have any training materials in our language. You're just salvation. Your explanations are both full-fledged and easy to understand. You're just awesome as a teacher and the person to come along with :3

  • @raymondmichael4987
    @raymondmichael4987 2 ปีที่แล้ว +5

    Hyped for this, the fun stuffs; saving video and still pictures from a webcam in real-time.
    Preferably you can create a simple application with this, like sending thise saved stuffs to cloud databases via an api or whatever.
    I love the energy brother, very inspiring.
    Greetings from Tanzania 🇹🇿

  • @gustavojuantorena
    @gustavojuantorena 2 ปีที่แล้ว +2

    Awesome series, Nick!

  • @rodyotaku8756
    @rodyotaku8756 2 ปีที่แล้ว

    Very easy to understand explanation. Thank you!

  • @pritishpattnaik4674
    @pritishpattnaik4674 ปีที่แล้ว

    Great video , cleared my concepts

  • @TekaneChaitanya
    @TekaneChaitanya 2 ปีที่แล้ว +2

    Please make full course on data science or take step by step Tutorials in sequence

  • @microgamawave
    @microgamawave 2 ปีที่แล้ว +4

    What about 3D face recognition?? And how to convert two cameras in to stereo camera?? For creating 3d face objects And Distance measurement which openCV?????

  • @udaysodhi7574
    @udaysodhi7574 2 ปีที่แล้ว +3

    you are amazing

  • @runvikrun
    @runvikrun 2 ปีที่แล้ว +3

    Thanks Nick!! Could you share with us how do you set your kernels in Jupyter Notebook? , Regards!!

    • @NicholasRenotte
      @NicholasRenotte  2 ปีที่แล้ว +2

      Yeah I think I skip over this pretty frequently, will do something this weekend.

  • @hannav7125
    @hannav7125 2 ปีที่แล้ว +2

    Nick, a lot of data science jobs are requiring people to know about cloud and SQL and hadoop. Could you make videos about these things if you know what they are thank you

  • @dineshkumar-xz7xv
    @dineshkumar-xz7xv 2 ปีที่แล้ว +1

    Hey man, will be very helpful if you could post a seaborn tutorial. Thanks in advance

  • @Henry_Nunez
    @Henry_Nunez 2 ปีที่แล้ว +2

    👍

  • @ronaktawde
    @ronaktawde ปีที่แล้ว

    while writing an image type, can we save in *.svg file type instead of jpg or png

  • @pritishpattnaik4674
    @pritishpattnaik4674 ปีที่แล้ว

    Bro can u tell me how to get the autocomplete code feature in jupyter lab ?

  • @osama_shakeel
    @osama_shakeel 2 ปีที่แล้ว

    Hey nick! Why is your jupyter notebook so Coluring? How can I make mine like your? Also It doesn't show me the suggestion. Should I need to install Something..?

  • @hamidshah09
    @hamidshah09 ปีที่แล้ว

    i m relatively new to python. my Jupiter notebook do not have intelisense. how to get that

  • @ashleysami1640
    @ashleysami1640 2 ปีที่แล้ว +2

    👍🏽👍🏽

  • @_SYDNA_
    @_SYDNA_ 4 หลายเดือนก่อน

    OK, so youve got how to read a still image in and export it. You've got how to read a video and extract still images. Now you something on how to construct an MP4 video from still images in the form of JPGs. Not quite finding that anywhere in a clearely explained fashion. "codecs and reading and bears .... Oh my!"