Community Profile

photo

sunil


Active since 2015

Followers: 0   Following: 0

I'm pursuing PhD in Computer science. My research work is signature verification and recognition.

Statistics

  • First Review

View badges

Feeds

View by

Question


This code displaying onely image numbers but not images, I need to retrive of images based on minimum Euclidean distance
[sorted,IX] = sort(E_dist,2); Index = IX(1:10); for I = 1:10 figure; imshow(imread(filename{Index(I)})...

7 years ago | 0 answers | 0

0

answers

Question


please inform me how to extract features from ICDAR13 handwritten digits dataset to classify digits of groups 0-9 using SVM in matlab?
How to implement SVM to classify handwritten digits from 0-9 groups from ICDAR13 dataset in matlab?

9 years ago | 2 answers | 1

2

answers