In my application I'm going to implement an image search like Google image search. Only difference is here I'm searching only for human faces. Here's how it goes..
So I want to recognize faces using Android face recognition class and select that recognized area and save the details of that face into an array or a database.
I got few questions on above scenario.
Can anyone explain those thing to me please?
Use OpenCV's Recognition API.
I wrote a bit about how to set it up in another question.