VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
OpenCV Course - Full Tutorial with Python

OpenCV Course - Full Tutorial with Python

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn everything you need to know about OpenCV in this full course for beginners. You will learn the very basics (reading images and videos, image transformations) to more advanced concepts (color spaces, edge detection). Towards the end, you'll have hands-on experience building a Deep Computer Vision model to classify between the characters in the popular TV series The Simpsons. -- Code -- -Github link: https://github.com/jasmcaus/opencv-course -The Caer Vision library: https://github.com/jasmcaus/caer - Course from Jason Dsouza: - Check out his Youtube channel: https://www.youtube.com/jasmcaus - Follow him on
Date: 2022-03-14

Comments and reviews: 10


2:41:06
Tutorial is awesome, the explanations are much better than other tutorials I have tried, only ran into one real issue so far and that was during the -Face detection with Haar Cascades-. When referencing the xml file, I found out I needed to implement the full path to the file in order to get it working properly, just thought I would throw that out there in case anyone else runs into a similar problem.

reply

I was just clicking on random videos on YT and I somehow landed on this course and GOD THANK YOU!
Learned a lot and lots of things here that I could've learned nowhere better.
Thank you for this course, although there were somethings in the last part of this course that I was not able to understand but I got a glimpse of how things are and how they work, I'll definitely learn them.

reply

Did not appreciate the creator making so many mistakes while teaching. Displays a clear lack of preparation. This is simply not how one should teach to an audience, consisting majority of beginners. Gave the impression the creator was making up the course on the fly. Hopefully, another course is posted that shows better preparation next time around----
reply

16:33
if you the following error then try this,
> - Can't parse 'dsize'. Sequence item with index 0 has a wrong type-
solution
convert height and width into integers by using int(height) and int(width) in place of width and height in line 10 while setting the values of dimensions.
Like if it helped

reply

Hi, fist of all thanks for this amazing video. I had a small doubt that is it possible to create multiple masks and combine them on one single image ? Like, we create 3-4 masks and put them on the three cats in the image. Can you please explain or just give a hint ?
Thank you :)

reply

bro it's working on VS but on cmd or python IDLE, I don't understand that since VS, cmd, and python IDLE see the same python path but still VS is working and others not ??? Can you help in this please got any suggestions on whats wrong ?
reply

I have a png file and it burns numbers in this file. How can I print the numbers here with opencv as a result in the console? In other words, I want to read the image file first and then detect and print the numbers here.
reply

Well thank You for the course. It was so fascinating.
But I end up with a issue. I need to know how to convert a grayscale image to BGR Format ?
I tried but my output is still in the grayscale.

reply

Hi, just started watching ur videos and twas very informative, i have a slight problem in Face recognition that the confidence is always 0.0 in every picture, how can i solve that problem?
reply

My question is how did you set up visual studio with OpenCV? Should I install the OpenCV library separately again? Or just install Visual Studio and I'm ready to go?
reply
Add a review, comment






Other channel videos