opencv - Image classification using SIFT and SVM with Java -


i have images of flowers have extracted sift features , clustered features using k-means(k=3). create "histogram of cluster membership identifiers" feed svm classifier described in accepted answer question below.

large scale image classifier

my question is, how create histogram in java? i'm using opencv, there method have missed?

i have mat of centres each row cluster centre , have mat of labels each element in column cluster index (0...2) each key point in image.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -