Lecture16 digital image processing notes
Lecture16 digital image processing notes
Object Recognition
The automatic recognition of objects or patterns is one of the important
image analysis tasks. The approaches to pattern recognition are divided
into two principal areas:
• Decision-theoretic methods: deal with patterns described using
quantitative descriptors, such as length, area, and texture.
• Structural methods: deal with patterns best described by qualitative
descriptors (symbolic information), such as the relational
descriptors.
= ⋮
Matching
Recognition techniques based on matching represent each class by a
prototype pattern vector. Set of patterns of known classes is called the
training set. Set of patterns of unknown classes is called the testing set.
An unknown pattern is assigned to the class to which it is closest in terms
of a predefined metric. The simplest approach is the minimum-distance
classifier, which, as its name implies, computes the (Euclidean) distance
between the unknown and each of the prototype vectors. Then, it chooses
the smallest distance to make a decision.
Let the set F = { fi,1, fi,2, fi,3, . . . , fi,m} be a training set of face
images of n subjects, where each subject i has m images. In the enrolment
stage, wavelet transform is applied on each training image so that a set
Wk(F) of multi-resolution decomposed images result. A new set LLk(F) of
all k-level LL-subbands will be obtained from the transformed face
images in the set Wk(F). The new set LLk(F) forms the set of features for
the training images. Thus, the training face image 1 of subject i (fi,1) is
Si = min (Si,j) (j = 1, . . . , m)
Structural methods
Structural recognition techniques are based on representing objects as
strings, trees or graphs and then defining descriptors and recognition rules
based on those representations.
The key difference between decision-theoretic and structural
methods is that the former uses quantitative descriptors expressed in the
form of numeric vectors, while the structural techniques deal with
symbolic information.