Ask Your Question

gunas.idesign's profile - activity

2017-09-20 00:28:16 -0600 commented question OpenCV 3.3.0 predict mismatches with all

Okay, Can you suggest any other framework for authentication purpose.

2017-09-19 06:40:18 -0600 received badge  Organizer (source)
2017-09-19 06:37:45 -0600 commented question OpenCV 3.3.0 predict mismatches with all

So sorry, in iOS it returns confidence as very large like above 70 for one label. So we matched with that value. Same as

2017-09-19 06:37:14 -0600 commented question OpenCV 3.3.0 predict mismatches with all

So sorry, in iOS it returns confidence as very large like above 70. So we matched with that value. Same as I am expectin

2017-09-19 06:27:21 -0600 received badge  Editor (source)
2017-09-19 06:27:21 -0600 edited question OpenCV 3.3.0 predict mismatches with all

OpenCV 3.3.0 predict mismatches with all We called predict in Java class like this. int[] label = new int[1]; double[]

2017-09-19 06:24:09 -0600 commented question OpenCV 3.3.0 predict mismatches with all

So sad, But we have implemented in iOS there this works perfectly. And it returns -1 there if there is no match. How?

2017-09-19 06:22:57 -0600 commented question OpenCV 3.3.0 predict mismatches with all

Hi, Now I trained with 2 persons, This predicts perfectly both. But this predicts other persons also says either one wit

2017-09-19 05:47:39 -0600 commented question OpenCV 3.3.0 predict mismatches with all

Yes, I am trying to build an "authentication" system for a single person. I don't want to authenticate other persons. Th

2017-09-19 05:33:47 -0600 asked a question OpenCV 3.3.0 predict mismatches with all

OpenCV 3.3.0 predict mismatches with all We called predict in Java class like this. int[] label = new int[1]; double[]

2017-09-15 00:48:06 -0600 received badge  Enthusiast
2017-09-08 03:31:13 -0600 asked a question Passing InputArrayOfArrays from java class to JNI

Passing InputArrayOfArrays from java class to JNI I have generated following method in JNI cpp file, JNIEXPORT void JNI

2017-09-06 08:33:22 -0600 asked a question How to call face recognition contrib module in opencv 3 Android?

How to call face recognition contrib module in opencv 3 Android? We have command this query in command line, E:\Andr