Draw Geometrical Shapes by Dragging Mouse (Events) using OpenCV - Part 2

preview_player
Показать описание
This video titled "Draw Geometrical Shapes by Dragging Mouse (Events) using OpenCV - Part 2" explains and showcases how to draw various geometric shapes like square, circle, rectangle etc. with Mouse Dargging (Event) using Python OpenCV. One can see how rectangle can be drawn with click on the left button and then dragging it to complete the shape. This is the fifth video in the the Python OpenCV Crash Course. Later on in the upcoming videos we will see how can we build face detection, object detection types of Computer Vision Projects.

------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------

******Links of Kindle & Machine Learning, Deep Learning & AI Books******

FOLLOW ME ON:





About this Channel:
The AI University is a channel which is on a mission to democratize the Artificial Intelligence, Big Data Hadoop and Cloud Computing education to the entire world. The aim of this channel is to impart the knowledge to the data science, data analysis, data engineering and cloud architecture aspirants as well as providing advanced knowledge to the ones who already possess some of this knowledge.

Please share, comment, like and subscribe if you liked this video. If you have any specific questions then you can comment on the comment section and I'll definitely try to get back to you.

*******Other AI, ML, Deep Learning, Augmented Reality related Video Series*****















******************************************************************

DISCLAIMER: This video and description may contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.

#OpenCVCrashCourse #OpenCVProject #FaceDetectionOpenCV
Рекомендации по теме
Комментарии
Автор

ix and iy represent the starting point of the rectangle :)

)

-se-
Автор

As usual.... awesome explanation provided 👌🏻👍

gupta
Автор

Trivia Question from the video: What do variables
ix and iy signify in the Code we saw in the video?

TheAIUniversity
Автор

ix, iy initialize the coordinates of the rectangle

ganeshram
Автор

Why the coordinates of the mouse is in imaginary plane?

aditimondal
Автор

how can i do the same thing as a screenshot?

Dontmadder
Автор

Hello Sir
Nice Video.

But when i am drawing rectangle with some thickness say 2 i am getting multiple rectangles but i want only one final rectangle.
The code I am using is same as yours for drawing the rectangle.

Please Suggest something to solve this.

Thanks in advance.

aasthagupta