Detecting blob coordinates in a small image

@Pendzel
Detectors analyze the surroundings of each pixel to get a keypoint. They use a sliding window, and won’t work if the window doesn’t fit in the image.

1 Like