Skip to main content

Posts

Showing posts with the label opencv

OpenCV with Android

I'm just after setting up OpenCV for android in Eclipse following this tutorial , I have the samples which do not use native c running fine on my phone. The problem is when I try to run the native code samples, I followed all the steps on the next page for setting up the builder in eclipse but when I try to run the samples on my phone they crash. I have used NDK before and successfully set up tesseract for android using the command line to compile the native code instead of eclipse. I think the problem is due to unsatisfiedLinkError:Couldn't load native_sample:findLibrary returned null but I am unsure. I have a screenshot here if that helps. Any suggestions would be more than welcome !!

Some Image Editing examples needed [closed]

I am looking for some code which manipulates images of arbitrary facial images. It should recognize the locations of the left and right eye, mouth, and cheeks to apply the effects properly. If possible editing the image such that it looks like "damage" is done to the face each time the application is run on the image. example: -Give black eye to left eye -Give black eye to right eye -Bloody mouth/lip -Bruises on cheek/face Each effect should be singular, and additional effects are added when the application is run again on the image. The application needs to run on linux and can be command line. I will be implementing the application using a php script. I know there are plenty of guys out there already done these kind of projects, so please help me out. Thanks in advance...

error in necessitas while use openCV libs

I'm programming in QT for android device and need to use openCV for capture from camera. I already used Qt creator and linked openCV and used camera, but in Qt for android (necessitas) when build program, show this errors: C:/OpenCV2.3.1/libs/armeabi-v7a/libopencv_highgui.a(cap_images.o): In function `CvCapture_Images::close()': cap_images.cpp:(.text._ZN16CvCapture_Images5closeEv+0x1c): undefined reference to `cvReleaseImage' C:/OpenCV2.3.1/libs/armeabi-v7a/libopencv_highgui.a(cap_images.o): In function `CvCapture_Images::grabFrame()': cap_images.cpp:(.text._ZN16CvCapture_Images9grabFrameEv+0x1e): undefined reference to `cvReleaseImage' C:/OpenCV2.3.1/libs/armeabi-v7a/libopencv_highgui.a(cap_ffmpeg.o): In function `CvCapture_FFMPEG_proxy::retrieveFrame(int)': cap_ffmpeg.cpp:(.text._ZN22CvCapture_FFMPEG_proxy13retrieveFrameEi[CvCapture_FFMPEG_proxy::retrieveFrame(int)]+0x50): undefined reference to `cvInitImageHeader' cap_ffmpeg.cpp: