What is feautre extraction? And what is its use in classification of image processing?

2 views (last 30 days)
What is feautre extraction? And what is its use in classification of image processing?
I want to know in the context of svm classification for image processing

Answers (1)

Image Analyst
Image Analyst on 5 May 2014
It's the making of measurements from an image. First you do segmentation to find the objects. Then you can classify them into different objects/"blobs" (e.g. circles and squares). Then you can label them to assign unique ID numbers for them. Then you can measure features for each blob, like area, perimeter, etc.

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!