Ask Your Question

jdavidthomson's profile - activity

2013-07-15 11:34:15 -0600 commented answer is there a way to use a GUID as a label in FaceRecognizer?

Thanks berak! I was thinking of keeping it much lower than that and running multiple instances of facerecognizer as you noted. and running a sort of search tree amongst all instances of facerecognizer then dynamically building a subsearch matrix out of the results from the initial search. What do you think?

2013-07-14 02:17:36 -0600 received badge  Supporter (source)
2013-07-14 02:16:57 -0600 commented answer is there a way to use a GUID as a label in FaceRecognizer?

that's what a buddy and i were talking about earlier tonight. Thank's for the input :) running multiple in parallel. Might take a stab at updating the native OpenCV datatypes to a long int and see if that works.

2013-07-14 02:03:46 -0600 commented question is there a way to use a GUID as a label in FaceRecognizer?

Using a little program I was able to see that the max value for an Integer on my system is: 2147483647; approximately 2 billion...right ? lol

2013-07-13 15:36:26 -0600 asked a question is there a way to use a GUID as a label in FaceRecognizer?

Hi,

I've been playing with the FaceRecognizer stuff in opencv 2.4.5 and was wondering if there is a way to use a GUID like 25892e17-80f6-415f-9c65-7395632f0223 as a label in an lbph model?

I want to build a very scalable solution and don't want to be limited to a label based on an Integer. Please correct me if I'm wrong, but to my understanding this would limit the number of subjects to something like 32767: (http://www.cplusplus.com/reference/climits/). I was theorizing to build a system that would hold something like 7 billion unique subjects :) What a yml file that would be :P

Ideas?