Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
How can you identify and locate objects in an image or video frame? How can you describe their shape characteristics and match these objects? OpenCV provides methods for several techniques that can be used separately or together to detect objects by their shapes, color ranges, and contour measurements. Learning how to detect objects of interest in images and video frames is an essential skill in many advanced computer vision and machine learning projects. The topics discussed in these lessons will provide a foundation for future work in computational image enhancement or computer vision AI applications.
In these lessons, you will learn how to detect objects in images and video frames using OpenCV. We will explore binary and grayscale thresholding techniques, edge detection, and contour analysis. By the end of these lessons, you will be able to build a skin detector and describe the objects detected in an image.
By the end of these lessons, you will be able to detect objects in images and video frames using OpenCV, build a skin detector, and describe the objects detected in an image.
The course explores binary and grayscale thresholding techniques, edge detection (including Canny edge detection), and contour analysis. It also covers detecting objects by their shapes, color ranges, and contour measurements.
You will gain skills in Computer Vision, Feature Detection, Image Analysis, Object Detection, Object Recognition, and OpenCV.
It is suited for those building advanced computer vision and machine learning projects, as detecting objects of interest in images and video frames is described as an essential skill that provides a foundation for future work in computational image enhancement or computer vision AI applications.
Lessons include Overview of Object Detection, Binary Images and Bitwise Operations, Threshold Types and Adaptive Thresholding, Skin Detection, Edge Detection, Canny Edge Detection, Contours, Measures of Contours, Curvatures of Contours, Bounding Contours, and Object Detection.