How to use face detection for the face image using iPhone camera ?
I want to develop an application for iPhone in xcode and use face Image in the application to but I do not know how it is possible to use face detection in my application. Any ideas?
You can take a look at openCV
Here is a link to the question asking something similar to your question
iPhone and OpenCV.
And i think you can find a template from this site
http://www.ient.rwth-aachen.de/cms/software/opencv/
Related
Is there any SDK available for Unity 3D for making an ios game .I am new to this unity 3D,I have found many things while searching as download unity development tool then we can make apps which can run on both Windows and Mac.
My doubts are
1.How we can make an unity 3D app using xcode?
2.Can we use objective c code?(I got informations like we can only use javascript/c# for mobile app development in unity 3D)
Please help me...
thanks in Advance
http://unity3d.com/unity/licenses
I want to make a face tracking application in iPhone.
Can any one help me how to use
CvCapture * camera = cvCreateCameraCapture(CV_CAP_ANY); in iPhone?
When I add this line in XCode4, I got the error "_cvCreateCameraCapture", referenced from:.
How can solve this error?
Thanks,
Chetan
The latest OpenCV source from the SVN trunk supports video capture on iOS. Take a look at this article for a pre-compiled iOS framework and an example project.
Currently, OpenCV camera capture API cannot be used in iOS apps. You have to create AVCaptureSession and setup video capturing pipeline in order to get video frames from iPhone camera device.
I am searching for face detection technique in iPhone. In my app I want to detect moving motion of face using camera. So, if you have any idea about that then please guide me. I am trying with accelerometer but I could not get any idea. So, if you have any idea about that then please guide me.
Try open CV library for reference here's a link try it out
I agree that you should use OpenCV for this project, but getting it to work in XCode is tricky.
EDIT: The original link I posted is down (presumably because the author has written a book), but the OpenCV project now seems to have an iOS package here:
http://opencv.org/downloads.html
It's a little late, but you could use this for continues face detection:
https://github.com/evermeer/EVFaceTracker
There is a ready-made library dubbed Phonect that does this.
It's a motion detection engine for the iPhone -
Checkout the website at:
www.phonect.me
and the showcase app at:
http://itunes.apple.com/us/app/phonect/id466260946?mt=8
Cheers!
Oded.
Is it possible on an iPhone app to take a picture and extract an string from the picture? We'd like to make our app to look for a serial number on a database (very long number) without the user having to type it.
Is there any Cocoa/Objective-C API for this or any C/C++ library that can be used in an iPhone app?
Thanks in advance!
You can have a look at the tesseract-ocr project. It's not actually made to use on an iPhone but I believe others have made great use of it on the iPhone.
Here is a demo that makes use of the tesseract ocr engine.
I was looking for something similar and came across ABBYY's mobileOCR solution
I've not used it yet and have no idea how much it is but you should be able to integrate it into your app by all accounts.
I have this in my bookmarks: http://code.google.com/p/zxing/
It has iPhone, Android and Java code to deal with image capture and bar codes.
I haven't test it yet.
Here's another implementation of Tesseract on the iPhone: http://robertcarlsen.net/dev/pocket-ocr
Tesseract-OCR now has iOS version:Tesseract-OCR-iOS
I have an iPhone and am getting the Droid and was wondering if blender games can run on either of them. I have already made a game and want to be able to use it on my phone.
****UPDATE****
I was wrong, just recently android support has been added but it's brand spanking new so just know that android support would be considered beta quality if that, perhaps even alpha.
I can't believe no one has given this answer:
http://code.google.com/p/gamekit/
Supports the logic bricks/python scripts etc so basically you can just load up your packaged blend file and you're good to go.
there is actually a book on how to integrate blender into a iphone game development workflow. it uses sio2 for the game engine on the iphone. it might be worth to give it a shot.