Contour Detection with CV2 python | CV2 object detection | computer vision

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • #objectdetection #computervison #python
    If you like the video, please subscribe to the channel by using the below link
    tinyurl.com/1w...
    all code git link
    github.com/jak...
    CV2 Contours
    docs.opencv.or...

КОМЕНТАРІ • 30

  • @thinkingahead2233
    @thinkingahead2233 Рік тому +5

    It will be nice and useful to see contour detection of an object in a real-life environment, rather than a simple dark background.

  • @xXMaDGaMeR
    @xXMaDGaMeR Рік тому +1

    This popped up in my recommendation, again. It was so helpfull one year back when i first saw it. I thank you so much! Still amazing explanation.

  • @mithunchandrasaha403
    @mithunchandrasaha403 8 місяців тому

    Very Nice Explanation,Sir.Needs More Tutorial from you.

  • @enaskh.hassan950
    @enaskh.hassan950 2 роки тому +1

    this was of great help
    god bless you

  • @afiatasnim8848
    @afiatasnim8848 4 місяці тому

    Thank u. this video has helped me twice.

  • @mehdisafarian4748
    @mehdisafarian4748 Рік тому

    ahh, finally someone explained it in a easy way.

  • @nikhilranka9660
    @nikhilranka9660 2 роки тому

    Thanks for the step-by-step walkthrough.

    • @nikhilranka9660
      @nikhilranka9660 2 роки тому

      Can you share approaches on how to detect contours of objects with different shapes and colors when color is not known always?

  • @pradiptapaul_
    @pradiptapaul_ Рік тому

    Thank you Sir, it's very helpful

  • @talkingmetastasis607
    @talkingmetastasis607 Рік тому

    thank you guava boy, very helpful

  • @poornimagowda3199
    @poornimagowda3199 2 роки тому

    Best video.. Thank you

  • @krishnendudey7155
    @krishnendudey7155 Рік тому

    Amazing !!! Thanks a Ton

  • @colsoft09
    @colsoft09 3 роки тому +1

    I like your video. Keep it up

    • @whenmathsmeetcoding1836
      @whenmathsmeetcoding1836  3 роки тому

      Thanks for the visit

    • @shardulkhot6376
      @shardulkhot6376 3 роки тому

      @@whenmathsmeetcoding1836 bro please help...i am getting this error .please i need to submit my work by tomorrow .please help...this is my error- 'numpy.uint8' object is not callable

    • @shardulkhot6376
      @shardulkhot6376 3 роки тому

      bro please help...i am getting this error .please i need to submit my work by tomorrow .please help...this is my error- 'numpy.uint8' object is not callable

    • @whenmathsmeetcoding1836
      @whenmathsmeetcoding1836  3 роки тому

      @@shardulkhot6376 bro this error may cause due to multiple issues can you send your code to me on my email

  • @lalu225
    @lalu225 3 роки тому +1

    This is fantastic, thank you!

    • @shardulkhot6376
      @shardulkhot6376 3 роки тому

      bro please help...i am getting this error .please i need to submit my work by tomorrow .please help...this is my error- 'numpy.uint8' object is not callable

  • @YasasvyGunturuMAI
    @YasasvyGunturuMAI Рік тому +1

    Hi. Your video really helped me. great thanks a ton. But my situation requires even more cropping like after the potato is cropped, further more i want to remove the left over parts of black background also leaving just potato with edges. How to achieve that? please help me it is very important

  • @diseaseddates4242
    @diseaseddates4242 2 роки тому

    amazing video, thank you

  • @Sski85
    @Sski85 3 роки тому

    Very helpful. Thank you for the tutorial

    • @shardulkhot6376
      @shardulkhot6376 3 роки тому

      bro please help...i am getting this error .please i need to submit my work by tomorrow .please help...this is my error- 'numpy.uint8' object is not callable

  • @mulugetashitie7282
    @mulugetashitie7282 Рік тому

    Very helpful. Thank you for the tutorial
    how it can be for multiple images and how to save ROI images?

  • @shardulkhot6376
    @shardulkhot6376 3 роки тому +1

    bro please help...i am getting this error .please i need to submit my work by tomorrow .please help...this is my error- 'numpy.uint8' object is not callable

  • @arpitsingh4358
    @arpitsingh4358 3 роки тому

    I need my camera to sense a pointed pin direction which is only 2 ways I.e pointed pin side in forward direction and pointed pin side in backward direction.
    Can you help me??

  • @diyandassembling2907
    @diyandassembling2907 3 роки тому

    Can you do the same for android. Or any course with object detection and measurements.

  • @pravallikav7454
    @pravallikav7454 Рік тому

    hi, nice content, If there are 2 objects in one image, how we will extract the contours. you extracted one largest contour which is largest by using max(). what we have to use when there are two objects.

  • @suyashrahatekar4964
    @suyashrahatekar4964 5 місяців тому

    Everything was fine until you hard coded the thresholding values . This hit and trial is difficult especially with an actual dataset.