Image segmentation using classifier
이전 댓글 표시
I am working on image segmentation of retinal images,want to extract the vessels,I have extracted the green channel and have performed features extraction using entropyfilt,now please tell how to perform segmentation using svm
답변 (3개)
Nitin
2013년 6월 4일
0 개 추천
SVM is a machine learning technique where you will need to train the positive and negative
try typing 'docsearch svm' in your command window
댓글 수: 2
Arslan Ahmad
2013년 11월 24일
how may I train the classifier I mean from where should I get the labels for training purpose
Image Analyst
2013년 11월 24일
SVM splits a cluster into the two most widely separated clusters possible. See https://en.wikipedia.org/wiki/Support_vector_machine. So it will automatically give you a "class 1" and a "class 2".
Image Analyst
2013년 6월 4일
0 개 추천
What is represented by the two clusters? The gray levels? Can just a typical thresholding algorithm work?
flath mansour
2020년 12월 5일
0 개 추천
i need code to extract image featuers
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!