Hello Ankit, As far as I know Android does not have any kind of method/function to detect smiles or faces in pictures. In order to detect faces or smiles you need to implement algorithms that will do the job for you. Android just gives you methods to access the camera and capture frames or take pictures.
I think it's a good idea to look for face detection algorithms and how can you access the device camera inside you Android application (it's not difficult at all). Hope that helps... Fred On Jan 21, 4:12 am, Ankit Nigam <[email protected]> wrote: > Hello Friends, > > I want to know following things is possible on Android or Not? > > 1. Pick a photo and detects faces and show rectangle, and detect smile > of each face and show smile percentage of each. > 2. Pick a photo from photo library and show faces. if you click faces, > it search all photo library and show list of possible same person. > > Please help me out it's urgent. > > Thanks > Ankit2502 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

