What is convolution?
Convolution is sliding a window(kernel/filter) across all pixels in the image, and using the pixel values to calculate new pixel values.
What types of filters can be used for edge detection? Quickly explain how they work
Low pass: blocks higher frequencies High pass: blocks lower frequencies Band-pass: Chooses a certain range Feature detection: Detecting edges, corners, texture Also Canny (another question tho)
How does the Canny filter work? (4 steps)
Noise reduction
Find intensity gradient
Non-max suppression
Tracing edges and thresholding
What is an edge?
An edge is a strong change in pixel intensity in an image. Aka the gradient is hiiiigh