Question:

The purpose of thresholding in supervised classification is

Show Hint

Think “reject option”: apply a decision threshold on class likelihood/distance so that only well-supported pixels are labeled; others are marked as {unknown}.
Updated On: Aug 29, 2025
  • to reject homogeneous classes
  • to correct the geometry of the image
  • to identify image speckle
  • to identify and reject pixels not belonging to pre-defined training classes
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

After training a supervised classifier, each pixel gets a class label along with a confidence/distance measure (e.g., maximum likelihood probability, minimum-distance value). Thresholding sets a limit on this measure so that pixels with low confidence (i.e., not sufficiently similar to any training class) are rejected/left unclassified. It is not used to fix geometry (B), detect speckle (C), or reject “homogeneous classes” (A).
Was this answer helpful?
0
0

Questions Asked in GATE GE exam

View More Questions