How to detect human body by using iphone camera - iphone

Hi i want to detect the human body border while taking the photo from iPhone app.
Is it possible? if it is possible how can i achieve this? is there any third party class?
if any one knows please guide me in right way. thanks in advance.

This is a big problem, too big for a SO answer. Your best bet is to follow some of the leads other people give at Body and Face Detection Issue.

Related

Create .swf within iPhone app

Can't find anything about this anywhere (maybe there's a good reason...) - does anyone know if there are any libraries for creating simple SWFs in iOS? I'd like to be able to let the user build a simple animation, then email it off as a SWF. If it's not possible, I'll probably go down the animated gif route.
Thanks for any help!
You might use libsswf which has a c interface.
Check here.

want to develop iphone app alike Drinkspiration By absolut vodka

anyone knows how "Drinkspiration By Absolut" developed. I want to do something similar to the card flipping effects. any hints on what should i learn and where do i start to do that? many thanks...
You just need custom graphics and the help of Core Animation. I suggest you buy a book on iPhone animation, as it will teach a lot more than the internet will.

How to scan a thing from a iphone application

i want to know how to scan a paper from a iphone cam and i need to read the data on the paper later i want to store the data...
is it possible..?
please give me a thought...
Thanks..
Well, it it very much possible.
I am not sure really how do it, but you should definitly have a look at OCR.
Try to get a look at Google Googles in the official Google iPhone app, this can actually read text off a picture you take, even at an angle.
I've found this, http://maniacdev.com/2011/08/example-tesseract-optical-character-recognition-ocr-demo-with-source/ i've not tried the example yet, but i'm going to do that, i hope will help you.
Regards.

integrating camera and email

I want to develop an application that will automatically send an email as soon as an image is captured by the camera.
can anybody suggest some ideas regarding this???
Really easy to do. The
Iphone developer's cookbook has some "recipes" that will get you pointed in the right direction on how to do this.

How do you create a carousel menu interface like in the iPhone using WPF?

I've seen a couple of tutorials, but not with dynamic animation. Could anyone please teach me at least a rough tutorial on it?
I'm a C# developer but have been doing flash animations a long time.
Thank you so much!
Easiest way by far is to buy a 3rd party component that does this from a vendor like Infragistics.
It would be possible and interesting to do in raw WPF but it would not be a quick time to market.