I'm using the following facerecognizer example. http://docs.opencv.org/2.4/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html
Within the for loop in the main() function, i am iterating a linked list to search for intersecting rectangles. This seems to be having an impact in that it cant handle more then 2 faces.
What alternative is there? Should i use a vector? threads?
Thanks