First time watching your videos, it's a 6:50 length video but it contains information that needs hours to obtain by researching. I really appreciate this, thank you!
@CreepyD2462 жыл бұрын
Thank you, I appreciate it
@FizzyPinepple2 жыл бұрын
Jesus fucking christ thank you for this video. Ive been looking for a guide that actually explains the HSV values in opencv for hours now.
@diegovalentino20833 жыл бұрын
Wow, tu forma de explicar es genial. Vi cerca de 30 videos diferentes donde no dejaban claro estos temas, pero tú los explicaste en 6 minutos y medio! Muchas Gracias!
@empowercode4 жыл бұрын
Hey CreepyD, nice to meet you! I just found your channel and subscribed, love what you're doing! I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your KZbin Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos! Cheers, happy holidays, and keep up the great work!
@OVERkill5783 жыл бұрын
Damn, good explanation and done in a short amount of time. Well done!
@balbuzio2 жыл бұрын
no joke your teaching style is one of the best ive seen in any programming tutorial
@CreepyD2462 жыл бұрын
It means a lot, thanks man
@8king2743 жыл бұрын
love your short content brooooooo
4 жыл бұрын
I was literally starving for ur video in my feed..
@CreepyD2464 жыл бұрын
Means a lot, another one will be uploaded in about 20 minutes xD
@asarma08044 жыл бұрын
The return of the king
@CreepyD2464 жыл бұрын
Thanks dude, it means a lot, I'll be uploading another one shortly lmao
@asarma08044 жыл бұрын
@@CreepyD246 nice man that's cool
@matteoetchart70602 жыл бұрын
Micheal reeves just used this same stuff in his new video, good video man : ) Idk why it took him a year to do it and you 6mins
@dollarbill39353 жыл бұрын
Beautiful! I love it. thank you!!
@mattska012 жыл бұрын
hi, thx for the tutorial, but how do i output the coordinates of the rectangle?
@useruseruseruseruseruser53023 жыл бұрын
Explained it perfectly. Thank you very much
@aseelalmarafi1932 жыл бұрын
What is the range of detect white object ???
@g1ll35t.72 жыл бұрын
Hello, CreepyD, I am intrigued by your video and how effectively you were capable of developing this colour detection algorithm. However, I have a pertinent question: at 5:13 you demonstrate how the "cv2.CHAIN_APPROX_SIMPLE" method outlines the 4 edges of the mask, then at 5:52 you state that the x, y, z... variables return the coordinates of the bounding rectangle (for example, the bottom right corner is the 100th px by 900th px out of a 1600 px by 1200 px camera). Does this mean that these variables specify the pixel position(s) of the outline and if not, then how? Also, is this code compatible with the AI-Thinker ESP-32 CAM?
@beatrixkiddo27572 жыл бұрын
what if i want to print x, y and the other corners on the live video, what should i do
@tfue64813 жыл бұрын
What algorithm is used in this project?
@sevindaherath4 жыл бұрын
Do you have a web page ???
@CreepyD2464 жыл бұрын
I don't, but I might make one some time
@sevindaherath4 жыл бұрын
@@CreepyD246 i can make one for you
@CreepyD2464 жыл бұрын
@@sevindaherath I appreciate it very much, thanks :D But I'll make one when I need to, but thanks again for the offer :)
@sevindaherath4 жыл бұрын
@@CreepyD246 ok
@borallylyl8427 Жыл бұрын
Hello, I'm trying to create a program that detects and counts objects by color, but now I can only count four colors, these are red, blue, green and yellow. I wonder if I can add the whole color scale to the program, how can I do this? I will be very happy if you give back. have a nice day
@Glanmire310 ай бұрын
You need object detection as well and you can count amount of object by different definied colors. Any colors can be filtered and definied (tagged) by a name, just have to apply more upper/lower HSV values.
@thinker24112 жыл бұрын
can you do the same thing but instead of rectangle give circle? :)
@pezhman58422 жыл бұрын
Hi CreepyD, Perfect Video and I was wondering to use from your method to count the object with same color. How can we count the number of contour that you detect through webcam? Thanks for your nice and interesting python code. Bests,
@CreepyD2462 жыл бұрын
You can use the len() function to check how many contours there are. You'd use it right under line number 14, and you'd store it in a variable like this: num_contours = len(contours) This will give you the number of contours detected
@pezhman58422 жыл бұрын
I understood, The length of contours array is the number of object detected by code :)
@samarumugam48333 жыл бұрын
Great video bro . How to change Any colour to specific colour or some sort in a jpg or png format.Thanks have a great day.
@tuminh96562 жыл бұрын
Hi CreepyD, if the background color is similar to the object color, is there a way to detect and draw only the outline of the object?
@CreepyD2462 жыл бұрын
That's quite difficult, but you's probably need to look for the contours (outer edges) of the object. OpenCV has a nice documentation on it
@tuminh96562 жыл бұрын
@@CreepyD246 Can you give me that documention please?
@princemajestal81003 жыл бұрын
Can you also do it in RGB?
@mattska012 жыл бұрын
i think u can
@kethmieperera2403 жыл бұрын
Hello! How do you get the average colour of a selected area?
@CreepyD2463 жыл бұрын
no idea actually, sorry :(
@lucaspadilha67213 жыл бұрын
awesome!!!
@awaylau6140 Жыл бұрын
can it recognize fruit?
@Glanmire310 ай бұрын
That is a bit further, AI can do live object detection. Cheapest way to getting into AI world to buy an NvidiaNano. It's a single board computer like an Arduino but specially made for AI learning with a very powerful graphics processor.
@jasemshark19174 жыл бұрын
Me watching this video knowing for sure i didnt undertsand anything and i need to learn alot of computer shit
@juniorberard9611 Жыл бұрын
Cam you help me ?
@juniorberard9611 Жыл бұрын
Did you Have a email
@HurricaneLantern3 жыл бұрын
i want to build an rc airplane mount a small airsoft turret on it then have it recognize a laser designator to mark targets like imagine trolling people at an airsoft event with your own personal gunship