Ask Your Question

semoryang's profile - activity

2017-08-29 20:50:56 -0600 commented answer Cannot get alpha when use SVM in Java

HOGDescriptor d=new HOGDescriptor(); d.setSVMDetector(detectormat); Program got error here. OpenCV

2017-08-29 20:50:42 -0600 commented answer Cannot get alpha when use SVM in Java

HOGDescriptor d=new HOGDescriptor(); d.setSVMDetector(detectormat); Program got error here. OpenCV Erro

2017-08-29 20:48:37 -0600 commented answer Cannot get alpha when use SVM in Java

Thank you so much for your reply. But I still get error. int svdim=csvm.getVarCount(); int numofsv=csvm

2017-08-28 21:31:54 -0600 commented question Cannot get alpha when use SVM in Java

Yes. That's exactly what I am going to do.

2017-08-28 04:03:04 -0600 asked a question Cannot get alpha when use SVM in Java

Cannot get alpha when use SVM in Java Hi, I want to use the Java API 3.0 to detect food image with HOG feature. After