필터 지우기
필터 지우기

Is the labeling performed by bwlabel() is the same label vector created for training a system for classification?

조회 수: 1 (최근 30일)
Is the labeling performed by bwlabel() is the same label vector created for training a system for classification?
I want to know regarding SVM classification for image processing

답변 (1개)

Image Analyst
Image Analyst 2014년 5월 3일
No. A classification system will give each blob a number describing what kind of blob it is, whereas labeling gives each blob a unique ID number. For example let's say you have circles and squares. SVM should label all circles with a label #1, and all squares with a label #2. Then you can use ismember() to extract out just the circles and use bwlabel or bwconncomp to give each circle a unique number like 1,2,3,4,5,...N for the N circles that are there in the image.
  댓글 수: 11
Sheema Khattak
Sheema Khattak 2014년 5월 12일
This is what I want to know about that what would be the feature vector in this case?
Image Analyst
Image Analyst 2014년 5월 12일
I asked you first . Recall when I asked "But what is the feature vector? What goes into it? The color, the shape, the variance, what???" That means that I don't know what features might indicate diseased or healthy tissue.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by