Chapter 9: Flashcards
What is a classification rule?
A rule that assigns pixels to a certain class. (c(v))
Give example of training in pixel classification
Expert annotation and then histogram to see what grey level values are belonging to the different classes
What is the minimum distance classifier?
Calculate a mean for each class - new pixels are assigned to the mean they are closest to.
What is a parametric classification?
Trained classes are used to approximate a distribution that can tell something about the probability.
How to calculate parametric classification intervals?
By calculating the intersect between the distributions (one distribution equal to the other distribution).
Whatis bayesion classification?
If we knowsomething about the distribution of the different classes (we have priors) we can use this information to make classification better.
Name the 5 steps in constructing a bayesian classifier:
1) identify number of classes
2) Mark chosen classes in training image
3) compute parametric description of each class (P(v|Ci))
4) Estimate prior probabilitis (P(ci)
5) Compute P(Ci | v) for every pixeland every class.