iGET

Computer Vision - MCQ Practice Questions

Image processing, object detection, segmentation, CNNs & OpenCV.

10 questions | 100% Free

Q.1Medium

Which technique is primarily used in Convolutional Neural Networks (CNNs) to reduce the spatial dimensions of feature maps while retaining the most important information?

Q.2Medium

In the context of object detection, what does the term 'Intersection over Union' (IoU) measure?

Q.3Medium

Which of the following best describes the role of the 'skip connections' in a U-Net architecture used for image segmentation?

Q.4Medium

The Harris Corner Detector computes cornerness using the eigenvalues of the second-moment matrix . Which condition correctly identifies a corner?

Q.5Medium

In image processing, what is the primary purpose of applying a Gaussian filter to an image before edge detection?

Q.6Medium

Which of the following statements about SIFT (Scale-Invariant Feature Transform) is correct?

Q.7Medium

In semantic segmentation, what is the key difference between it and instance segmentation?

Q.8Medium

The Hough Transform is used in computer vision to detect which types of shapes?

Q.9Medium

In the context of Generative Adversarial Networks (GANs) applied to image synthesis, what is the role of the discriminator network?

Q.10Medium

Which of the following accurately describes the concept of 'Non-Maximum Suppression' (NMS) in object detection?