ETM4272 Lecture03 ImageProcessing
ETM4272 Lecture03 ImageProcessing
Github Copilot
Books:
Handbook of Machine Vision – Alexander Hornberg
RGB Color Image: Pixel intensities range from 0 to 255 across 3 colors.
Smaller bucket size will yield more precise information.
Convolution Operation
A kernel is:
Convolution is:
Sharpening:
Sobel Y Kernel
Edge detection act as the first step in Hough transforms. Hence, the emphasis on edge detectors.
ASHAN WEERARATNE FOT:USJ 10
Canny Edge Detector Algorithm
Problem: Some edges might be missed due to them not being
sharp enough to be picked up by the Sobel algorithm alone.
Algorithm
Hough Transforms
Boundary Detection: Edge detection, followed by figuring out which edges are boundaries of an object
Another parameterization of a generic line
Hough Circles:
1 2 3 4
5 6 7 8
Using ML:
kNN based Clustering
Using ANN:
Semantic Segmentation ANN
How to get the non-detected pixel region
which is circled, to be classified as
belonging to the car?
- OpenCV Bootcamp
End of Lecture 03
Lecture 04:
- Morphological Operations