SVM Resources

Showing items tagged with "SVM"

This implementation performs image segmentation using Support Vector Machine (SVM) after obtaining two-class segmented images through K-means clustering. The algorithm involves interactive point selection where users collect 2*num coordinate positions as 2D vectors via mouse clicks - the first num samples are labeled as positive instances while the remaining num samples serve as negative instances for SVM training.

MATLAB 216 views Tagged