Quiz: Corner Detection

Test your knowledge of corner detection.

We'll cover the following...

Corner Detection

1.

If we want to find specific features, such as the physical corners of an object, which strategy should we use?

A.

We should use Harris Corner Detection.

B.

We should design a template that captures the essential characteristics of the feature, and use template matching.

C.

We should use Good Features to Track.

D.

We should call the OpenCV function cv2.findCorners().


1 / 4
...