Contour Detection with CV2 python | CV2 object detection | computer vision
Вставка
- Опубліковано 2 січ 2025
- #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...
It will be nice and useful to see contour detection of an object in a real-life environment, rather than a simple dark background.
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.
Very Nice Explanation,Sir.Needs More Tutorial from you.
this was of great help
god bless you
Thanks for the step-by-step walkthrough.
Can you share approaches on how to detect contours of objects with different shapes and colors when color is not known always?
Thank u. this video has helped me twice.
ahh, finally someone explained it in a easy way.
I like your video. Keep it up
Thanks for the visit
@@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
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 bro this error may cause due to multiple issues can you send your code to me on my email
Thank you Sir, it's very helpful
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
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??
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
Best video.. Thank you
Very helpful. Thank you for the tutorial
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
thank you guava boy, very helpful
This is fantastic, thank you!
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
amazing video, thank you
Amazing !!! Thanks a Ton
Very helpful. Thank you for the tutorial
how it can be for multiple images and how to save ROI images?
Can you do the same for android. Or any course with object detection and measurements.
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.
Yolo can help
Everything was fine until you hard coded the thresholding values . This hit and trial is difficult especially with an actual dataset.