Ask Your Question

jikolp95's profile - activity

2018-03-16 06:28:56 -0600 commented question Android SVM.predict not work properly

@berak, thank you bro!

2018-03-16 05:48:05 -0600 commented question Android SVM.predict not work properly

@berak are you here? I only hope for you

2018-03-16 02:44:03 -0600 commented question Android SVM.predict not work properly

@berak, i have no idea too. On pc it is work properly, i tried on 1000 pictures. But in android ...( help me please!

2018-03-15 23:20:42 -0600 commented question Android SVM.predict not work properly

@berak are you here?

2018-03-15 09:20:48 -0600 commented question Android SVM.predict not work properly

@berak hog features on both machines have small difference in value! Like 0.01015077531337738 and 0.01506397407501936,

2018-03-15 09:20:02 -0600 commented question Android SVM.predict not work properly

@berak hog features on both machines have small difference in value! Like 0.01015077531337738 and 0.01506397407501936

2018-03-15 08:35:08 -0600 commented question Android SVM.predict not work properly

@berak I originally did this like this Mat gray = new Mat(); Imgproc.cvtColor(img, gray, Imgproc.COLOR_BGR2GRAY); It

2018-03-15 08:34:56 -0600 commented question Android SVM.predict not work properly

@berak I originally did this like this Mat gray = new Mat(); Imgproc.cvtColor(img, gray, Imgproc.COLOR_BGR2GRAY); It

2018-03-15 08:31:34 -0600 commented question Android SVM.predict not work properly

@berak I originally did this like this Mat gray = new Mat(); Imgproc.cvtColor(img, gray, Imgproc.COLOR_BGR2GRAY); It

2018-03-15 08:28:38 -0600 commented question Android SVM.predict not work properly

@berak I originally did this. It didn't work (

2018-03-15 08:28:29 -0600 commented question Android SVM.predict not work properly

I originally did this. It didn't work (

2018-03-15 08:18:11 -0600 edited question Android SVM.predict not work properly

Android SVM.predict not work properly I trained svm for detect painted and unpainted bubbles in picture. Opencv version

2018-03-15 08:14:54 -0600 commented question Android SVM.predict not work properly

@berak i changed my question to "correct" :))

2018-03-15 08:13:26 -0600 edited question Android SVM.predict not work properly

Android SVM.predict not work properly I trained svm for detect painted and unpainted bubbles in picture. Opencv version

2018-03-15 05:23:50 -0600 commented question Android SVM.predict not work properly

@berak, help me!

2018-03-15 05:23:04 -0600 asked a question Android SVM.predict not work properly

Android SVM.predict not work properly Hello world! I am android developer and i am trying to classificate images. I succ

2018-03-15 05:15:39 -0600 received badge  Enthusiast
2018-03-07 06:24:10 -0600 commented question Android App don't load SVM trained (on C++) file for recognition

@sleo5 finally how you load xml?

2018-03-07 02:58:02 -0600 commented question Assertion failed ((layout == ROW_SAMPLE && responses.rows == nsamples)

@berak thank you for your answer! According to your answer, I changed my code above, my trainData size and trainLabel si

2018-03-07 02:54:31 -0600 received badge  Editor (source)
2018-03-07 02:54:31 -0600 edited question Assertion failed ((layout == ROW_SAMPLE && responses.rows == nsamples)

Assertion failed ((layout == ROW_SAMPLE && responses.rows == nsamples) I take as example link text template. Her

2018-03-06 00:27:31 -0600 commented question Assertion failed ((layout == ROW_SAMPLE && responses.rows == nsamples)

@berak, @mshabunin, guys help me!

2018-03-06 00:26:59 -0600 commented question Assertion failed ((layout == ROW_SAMPLE && responses.rows == nsamples)

@berak, help me!

2018-03-05 21:21:45 -0600 commented question Assertion failed ((layout == ROW_SAMPLE && responses.rows == nsamples)

Berak, help me!

2018-03-05 07:40:13 -0600 asked a question Assertion failed ((layout == ROW_SAMPLE && responses.rows == nsamples)

Assertion failed ((layout == ROW_SAMPLE && responses.rows == nsamples) I take as example link text template. Her

2018-03-05 06:34:25 -0600 commented answer OpenCV 3.1.0 Assertion failed checkDetectorSize in cv::HOGDescriptor::setSVMDetector

i dont understand, how to copy float[][] trainVector to Mat object! Please help me