Svm and java
hi first time using Opencv 3 my question is how to train a SVM whit HOG as parameter in java all the example i have found are in C++ . thx
hi first time using Opencv 3 my question is how to train a SVM whit HOG as parameter in java all the example i have found are in C++ . thx
so i took your advise and started preparing my project whit c++.it was hard at first but onece you get the hold of it it becomes much easier thx
Asked: 2016-04-23 11:31:44 -0600
Seen: 406 times
Last updated: Apr 23 '16
Question regarding feeding extracted HoG features into CvSVM's train
Training of SVM classifier in OpenCV using HOG, SIFT and ORB features
Custom HOGDetector using CvSVM and HOG features.
How to use trainHOG with liblinear or libsvm?
SVM bias on weights of positives and negatives
Number of training images for HOG people detection
it's probably much easier to use the c++ code for training, find a way to serialize the support vector / dec.func.
writing java code for the detection later should be straight forward then.