
OpenCV Python Course - Learn Computer Vision and AI
video description
Date: 2022-03-14
Related videos
Comments and reviews: 7
Sriram
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
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
jebb
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
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
Fatih
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
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
Sriram
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
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
EMMANUEL
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
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
Arnav
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
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
Mike
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
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















