classification based adaptive filtering for multiframe blind image restoration

1 view (last 30 days)
hi i am learning an ieee paper as a case study named "classification based adaptive filtering for multiframe blind image restoration"
To start coding for the above paper i need to know what the author mean by the term "CLASS" or in simple what is the basis of the classification. its really unclear to understand it. i just need to know the term "CLASS" and what is the meaning of this word "CLASSIFICATION"

Answers (2)

Walter Roberson
Walter Roberson on 12 Sep 2011
For example, if you are handed several pieces of fruit, you could divide the fruit according to species, or according to color, or according to size, or according to approximate number of seeds. "Classification" is the operation of examining an object and determining what variety it is according to the criteria of interest, and each classification operation divides the objects in to classes (distinct kinds of entities under the classification criteria)
Note from the above that an object does not inherently have a distinct class, only a class according to some criteria of interest (e.g., species, color).
It is common in classification problems to encounter objects that are not clearly one particular class (e.g., where exactly does "red" end and "orange" begin if you are using color). It is also common in classification problems to encounter objects that do not appear to be any of the pre-defined classes.
There is also an important branch of classification in which one is given a number of measurements for each object, and asked to find some combination of measurements and cut-off values to sort the objects in to distinct kinds (classes) without knowing ahead of time which of the measurements or measurement values are important -- possibly without even knowing how many different kinds of objects are present. For example, the measurements might be biochemical concentrations from blood tests, and one might be attempting to determine which of the patients had (say) yaws, without knowing ahead of time exactly how that disease tends to change blood chemistry.

Max
Max on 12 Sep 2011
thanks walter. A small doubt a blurred image how can i classify in a class. that to at pixel level

Categories

Find more on Recognition, Object Detection, and Semantic Segmentation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!