VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
OpenCV Python Course - Learn Computer Vision and AI

OpenCV Python Course - Learn Computer Vision and AI

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to use OpenCV for Computer Vision and AI in this full course for beginners. You will learn and get exposed to a wide range of exciting topics like Image & Video Manipulation, Image Enhancement, Filtering, Edge Detection, Object Detection and Tracking, Face Detection and the OpenCV Deep Learning Module. At the end of the course you will hear from Dr. Satya Mallick (CEO, OpenCV.org) where he shares his views on the limitless opportunities in the Computer Vision and AI job market and how to confidently prepare yourself in a structured manner for a fulfilling career in AI. - Course Website: https://opencv.org/opencv-python-free-course/ - Official OpenCV Courses: https://opencv.org/courses - Kickstarter: https://opencv.org/kickstarter - Code: https://www.dropbox.com/sh/e9geq90qno2nr4v/AAAVpCLnXetTEYZFwby3MwkGa?dl=1
Date: 2022-03-14

Comments and reviews: 7


Did anyone get the following Traceback error while running the 07_CameraFilters python script and pressing F key, which is for corner feature detection? I'm very new to image processing, can't seem to find why this error is occurring
File -C:\......\.....\07_CameraFilters.py-, line 80, in -
cv2.circle(result, (x,y), 10, (0, 255 , 0), 1)-
cv2.error: OpenCV(4.5.2) :-1: error: (-5:Bad argument) in function 'circle'-
> Overload resolution failed:-
> - Can't parse 'center'. Sequence item with index 0 has a wrong type-
> - Can't parse 'center'. Sequence item with index 0 has a wrong type

reply

can someone help me understand why intelisense doesn't work correctly when writing opencv in python,
for example I can import cv2 and work with it but pycharm doesn't know what videocapture class is ?!
if I can't get suggestions then it will be a lot harder to learn to work with opencv and the only way is to have the documentation memorized

reply

In lesson 7, 07_CameraFilters.py is not running for FEATURE filter cause of this line:
cv2.circle(result, (x,y), 10, (0, 255 , 0), 1)
Fix for me:
cv2.circle(result, (int(x), int(y)), 10, (0, 255 , 0), 1)

reply

Where do I find the python script that is shown at 19:00? The name of the script is display_image.py, but I don't see it under the lesson folder 01_Getting_Started_with_Images
reply

I have uploaded the videos, but they're not playing, the video area is only dark and there's no way to start the video, can you kindly help me out?
reply

Kindly Do other things as already Many tutorials of Opencv has been made i dont want more. Rather than create a easy beginner flask or other tutorial
reply

How much python do i have to know to learn machine learning and AI
I'm a fullstack developer, i use Javascript mainly for web development

reply
Add a review, comment






Other channel videos