Question:

A computer vision system detects objects of interest in an image by drawing bounding boxes around them. This activity of identifying and locating multiple objects of interest within the image is called _ _ _ _ _ _ _ _ _ _ _ _ _ .

Show Hint

Object detection identifies and locates objects using bounding boxes, while segmentation works at pixel level.
  • Semantic Segmentation
  • Instance Segmentation
  • Object Detection
  • Histogram Equalization
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Understanding the task.
The system is identifying objects and drawing bounding boxes around them, which indicates both localization and classification.

Step 2:
Analyzing options.
(A) Semantic Segmentation: Labels each pixel but does not draw bounding boxes. • (B) Instance Segmentation: Identifies each object separately at pixel level. • (C) Object Detection: Correct. Detects and localizes objects using bounding boxes. • (D) Histogram Equalization: Enhances image contrast.
Step 3:
Conclusion.
Thus, the described activity is Object Detection.
Final Answer: Object Detection.
Was this answer helpful?
0
0