Ask Your Question

stupidteam's profile - activity

2015-04-13 08:38:43 -0600 commented question How to create CSV file in windows (face recognition) ?

i redirected it in to text-file. what's next?

2015-04-13 05:34:01 -0600 received badge  Enthusiast
2015-04-08 09:01:11 -0600 asked a question Android.mk file error

it is my android.mk file:

LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) OPENCV_CAMERA_MODULES:=on OPENCV_INSTALL_MODULES:=on include ../../sdk/native/jni/OpenCV.mk LOCAL_SRC_FILES := DetectionAndRecognition.cpp LOCAL_C_INCLUDES += $(LOCAL_PATH) LOCAL_LDLIBS += -llog -ldl LOCAL_MODULE := detection_and_recognition_lib include $(BUILD_SHARED_LIBRARY)

when i built its result error:

20:57:36 * Clean-only build of configuration Default for project AndroidFaceRecognizer-master * "E:\android-ndk-r8e\ndk-build.cmd" clean jni/Android.mk:6: ../../sdk/native/jni/OpenCV.mk: No such file or directory make: * No rule to make target `../../sdk/native/jni/OpenCV.mk'. Stop. 20:57:36 Build Finished (took 406ms)

Any help !!!

2015-04-07 13:15:03 -0600 commented answer Display image?

it's very helpful. :)

2015-04-07 13:14:39 -0600 answered a question Display image?

it's very helpful. :)

2015-04-07 13:05:48 -0600 asked a question PCA/LDA face detection

i want to implement two algorithm on Android devices. any tutorial or suggest?