Read Display and Save Image files using Python OpenCV | Convert Color Image to Grayscale OpenCV

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

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

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

    Trivia question from the video: What is the need for
    converting a color image to greyscale when building computer vision algorithms?

    • @guptaparas
      @guptaparas 4 ปีที่แล้ว +3

      Because its easy and efficient to work with 2-d array(grayscale) rather than a 3-d. Although both have same amount of details

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

      Since working with 2d arrays is computationally efficient than working with 3d arrays, in some use cases we might prefer to work with grayscale image to save time and resources. This is preferred because grayscale images retain most of the relevant details of an image except the color data. But if our use case is to say for example classify images of red and blue balls then grayscale conversation will be useless. We should keep that in mind

  • @gupta942
    @gupta942 4 ปีที่แล้ว +1

    Love the explanation provided 👌🏻

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

    Sir can you please upload the jupyter code on your github respository

  • @danianiazi8229
    @danianiazi8229 4 ปีที่แล้ว +1

    Please cover the course fast