OpenCV PYTHON Tutorial #5 Overlay and Watermark // Learn OpeanCV with Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 เม.ย. 2018
  • Learn how to use OpenCV in Python to create a Transparent Overlay and Transparent Watermark
    OpenCV PYTHON Tutorial #5 Overlay and Watermark // Learn OpeanCV with Python
    Playlist: • OpenCV & Python
    Subscribe: kirr.co/7l2sv4/
    Code on Github: joincfe.com/github/

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

  • @fahadahmed1572
    @fahadahmed1572 5 ปีที่แล้ว +1

    Awesome tutorial! Your explanations are just as much detailed as it is necessary for a beginner to get interested and learn quite a lot as well.

  • @gregoiredekermel1985
    @gregoiredekermel1985 5 ปีที่แล้ว +1

    Thank you very much for this video. Would you have any hints/resources to provide for doing the same but for overlaying videos instead of images on the video?

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

    Informative, thanks a lot.

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

    Hi, thank you for the video it's great!!!
    but I am wondering what I should do if I want the overlay image(watermark here) to be always on top of every bounding boxes of the objects it detected ??
    Would be fantastic if you would enlighten me!!!

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

    Great tutorial. Worked perfectly. How would i go about making the overlay opaque instead of being transparent? I tried setting alpha value to 1.0 in the setWeighted method for the overlay image but the overlay still looks transparent if the camera feed in the background has light colors. If the camera feed is dark or black then the overlay icon appears opaque as required. How do i make it opaque irrespective of the background camera feed? Thanks and looking forward to your reply.

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

    very interesting overlay information. What would be a good opencv method to overlay a spreadsheet over a webcam video and edit the spreadsheet on a touchscreen live? Some cameras have this feature for setup, etc. thanks.

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

    I like your videos mate it is the perfect refresher before my internship with Intel

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

    i really appreciate this tutorial, thanks you!

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

    could you add the watermark to the overlay before the while, and just addweight the overlay to the frame in the while loop

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

    could this work as a game overlay?

  • @mrtoppolino
    @mrtoppolino 3 ปีที่แล้ว

    where can I find the code source

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

    Hello, how are you
    I have read your activities in Python and I hope you will help me. I have a research on the use of the (BRISK) detector using the Python language. , can you help me please

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

    thanks sir, also sir please tell can we remove overlay floating watermark from any video through opencv and if yes , then how¡!!!!!!!!!!!!, please tell¡!!!!!!!!!!!

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

      A floating watermark? I’m sure there’s a way but not necessarily with opencv

  • @MasterJ202
    @MasterJ202 5 ปีที่แล้ว +1

    Great video but I'm getting errors about frame.shape that I havn't found an answer to.

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

    Hey Great Job man, thank you a lot! one question how can I add a text watermark to my video without importing any picture but just by writing what I want to show?

    • @Kmarad_
      @Kmarad_ 3 ปีที่แล้ว

      honnestly just use ffmpeg for that.

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

    Your video is extremely helpful, thank you for the awesome video. I learned a lot from this.
    But I'm wondering when have I have some x, y position received from the webcam, how can I implement it?
    I tried putting x and y into this form: h_offset = x - img_h - offset, w_offset = y - img_w
    with overlay[i + h_offset, j + w_offset] = img[i, j]
    but the compiler gives this error: IndexError: index 720 is out of bounds for axis 0 with size 720 :(((

  • @exploretheworld17
    @exploretheworld17 3 ปีที่แล้ว

    what about removing it

  • @mahmoudazizammar9600
    @mahmoudazizammar9600 3 ปีที่แล้ว

    where can I find the code source please