Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners

22 videos

Pt. 2-HOMEWORK SOLUTION Tracking an Object Based on Color in OpenCV30:43
Pt. 2-HOMEWORK SOLUTION Tracking an Object Based on Color in OpenCV
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E13
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will show how you the solution to the homework given in lesson 12. I will show how to generate an image of the HSV color space. We generate Hue, Saturation, and Value charts for different parameters. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV

Pt. 1-Tracking an Object Based on Color in OpenCV58:43
Pt. 1-Tracking an Object Based on Color in OpenCV
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will show you how to track an object based on color. We will use trackbars to train the model, and then will create masks to select only the object of the desired color. I will show you step-by-step instruction, and I do not assume you are already an expert.. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV

HOMEWORK SOLUTION Understanding the HSV Color Space25:16
HOMEWORK SOLUTION Understanding the HSV Color Space
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E12
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will show how you the solution to the homework given in lesson 12. I will show how to generate an image of the HSV color space. We generate Hue, Saturation, and Value charts for different parameters. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV

Understanding the HSV Color Space53:27
Understanding the HSV Color Space
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E12
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will show how you how to understand the HSV, Hue Saturation Value, color space. We will show how it is difficult to track an object on color with in the RGB color space. In order to track objects in OpenCV, the HSV color space is the preferred method. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV

LESSON 11 pt. 2: HOMEWORK SOLUTION Creating and Using Trackbars in OpenCV31:05
LESSON 11 pt. 2: HOMEWORK SOLUTION Creating and Using Trackbars in OpenCV
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will show you the solution to the homework assignment in LESSON 11. I will show how to use trackbars in OpenCV to adjust the frame size and the position of your OpenCV window on your desktop. I show step by step instructions, and do not assume you are an expert. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV

LESSON 11 pt. 1: Creating and Using Trackbars in OpenCV39:29
LESSON 11 pt. 1: Creating and Using Trackbars in OpenCV
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will show how you can interact with your program and dynamically control program parameters by creating and using trackbars. Trackbars allow you to send parameter values into your video in real time. I will show you step by step, and do not assume you already are an expert. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV

LESSON 10 pt 2: HOMEWORK SOLUTION Create a Region of Interest with the Mouse31:03
LESSON 10 pt 2: HOMEWORK SOLUTION Create a Region of Interest with the Mouse
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will show how to create a Region of Interest, (ROI) by processing mouse clicks and mouse events. The ROI is selected by depressing, moving and then releasing the mouse button. Mouse events are convenient way to interact with your OpenCV video. This is the homework solution to the homework given in Lesson 10 [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

LESSON 10 pt. 1: Processing Mouse Clicks and Events in OpenCV33:42
LESSON 10 pt. 1: Processing Mouse Clicks and Events in OpenCV
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will show how to interact with your OpenCV video by listening for and processing various mouse clicks. I show how you can control parameters and affect your video by using mouse clicks. I take you through it step by step, and I do not assume you are an expert. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV

HOMEWORK SOLUTION Understanding ROI in OpenCV45:09
HOMEWORK SOLUTION Understanding ROI in OpenCV
Artificial Intelligence for Everyone- An Introduction to AI for Absolute Beginners – E9
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: Follow and Subscribe Above! In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will introduce the concept of ROI, or Region of Interest. In Artificial Intelligence, huge computation loads are put on your CPU or GPU. I take you through the solution to the homework in the earlier lesson. We show how to create a region of interest, manipulate it, and then return the modified ROI to the original frame. We then bounce the ROI frame around the frame. Enjoy! [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

Understanding Region of Interest (ROI) in OpenCV36:22
Understanding Region of Interest (ROI) in OpenCV
Artificial Intelligence for Everyone- An Introduction to AI for Absolute Beginners – E9
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I will introduce the concept of ROI, or Region of Interest. In Artificial Intelligence, huge computation loads are put on your CPU or GPU. It is an advantage to only analyze smaller areas of your image when possible. These smaller areas are called the region of interest. Today we will help you become familiar with regions of interest in openCV. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

LESSON 8 Pt. 2: HOMEWORK SOLUTION Calculating Frames Per Second (FPS) in OpenCV36:34
LESSON 8 Pt. 2: HOMEWORK SOLUTION Calculating Frames Per Second (FPS) in OpenCV
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I show how to use measure and calculate the frames per second (fps) you are getting in your openCV program. I show how to display the fps on the openCV window using the cv2.putText command. Then I show how to create a low pass filter to smooth the data you are getting. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

LESSON 8 pt 1: Putting Text, Rectangles and Circles on Images in OpenCV38:45
LESSON 8 pt 1: Putting Text, Rectangles and Circles on Images in OpenCV
3 years ago

In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I show how to use OpenCV in Python to rectangles, circles and text on an image frame. This can be done on live video or still images. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

LESSON 7 Pt.2: HOMEWORK SOLUTION, Creating Checkerboard Pattern in OPENCV38:31
LESSON 7 Pt.2: HOMEWORK SOLUTION, Creating Checkerboard Pattern in OPENCV
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I show how to use OpenCV in Python to create a visual of a checkerboard the proper size and color. The checkerboard has 64 squares and is 8X8 in size. This is the homework solution for lesson number 7. We will show you how to use the numpy slice function to define the squares in the numpy image array. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

LESSON 7 Pt:1-Understanding Pictures and Images as Data Arrays01:06:08
LESSON 7 Pt:1-Understanding Pictures and Images as Data Arrays
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I show you how to understand images and pictures as simply two dimensional data arrays. I show the use of Numpy slice function to define different regions of interest (ROI). [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

Faster Launch of WEBcam and Smoother Video in OpenCV on Windows25:17
Faster Launch of WEBcam and Smoother Video in OpenCV on Windows
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E6
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I show how to install opencv on windows, and how to write your first opencv program. We will show how to grab a frame from the camera, and then show it using cv2.imshow. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

HOMEWORK SOLUTION: Displaying Multiple OpenCV Video Windows19:55
HOMEWORK SOLUTION: Displaying Multiple OpenCV Video Windows
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E5
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I show how to convert a WEB camera image to a gray scale. Then I will show how you can create multiple display video windows and show different versions of the frame in different windows. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

Installing OpenCV in Windows and Launching WEBCAM34:47
Installing OpenCV in Windows and Launching WEBCAM
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E5
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I show how to install opencv on windows, and how to write your first opencv program. We will show how to grab a frame from the camera, and then show it using cv2.imshow. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

Part 2-SUPPLEMENTAL: Visual Studio Code Not Finding Python or Virtual Environments15:06
Part 2-SUPPLEMENTAL: Visual Studio Code Not Finding Python or Virtual Environments
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E4
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I give an update to LESSON 4. I know many of you were struggling with Visual Studio Code not finding your python virtual environment when you created new environments in powershell. In this supplemental lesson I will recreate the error and show you how to fix it. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #VisualStudioCode

Part 1-Installing and Configuring Visual Studio Code on Windows 1019:41
Part 1-Installing and Configuring Visual Studio Code on Windows 10
Artificial Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E4
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I give an easy to understand description and step by step instruction on how to install Visual Studio Code on Windows 10. We will also show how to configure visual studio code to run different versions of python. Your life will be easier and my life will be easier if we both are using the same IDE and have it configured the same. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV

Understanding and Using Python Virtual Environments26:45
Understanding and Using Python Virtual Environments
Artifical Intelligence for Everyone-An Introduction to AI for Absolute Beginners – E3
3 years ago

You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming: https://www.patreon.com/PaulMcWhorter In these lessons we will be using a logitech webcam. If you use the identical camera that I have, you will be ensured to get the same results. I suggest your life will be easier if you use the same camera I am using, available from Amazon below: https://amzn.to/3iwgIW0 In this video I give an easy to understand description and step by step instruction on how to create and use python virtual environments. Virtual environments create python sand boxes to play in so that library installations do not corrupt your main python installations. We will be doing all our Artificial Intelligence work inside virtual environments so make sure you understand this lesson. [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. This means if you visit the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers.] #ArtificialIntelligence #Python #OpenCV