Need proper demo for face detection using opencv - android

Hello is there anybody who can help me with the opencv face detection with latest library for android. I already tried many demo from github but i got issues like library libtbt.so not found and app gets crash. If anyone has proper solution please send me link or demo that can run without error or any tutorial that I can follow.
I want for android, i have windows 7 and android studio latest version.
It is my first question so if anythig missing pardon for that
Thank you in advance.

First of all i'll attach a list of links to tutorials and videos i used to develop my opencv face recognition tool, in terms of your problem i think you're missing a key framework, if you follow the link i provided it should work let me know if it does. I know you wanted a demo but the best way to learn this is to follow one of the tutorials i provided.
how to install for mac : https://medium.com/#nuwanprabhath/installing-opencv-in-macos-high-sierra-for-python-3-89c79f0a246a
Tutorials :
https://opencv-python tutroals.readthedocs.io/en/latest/py_tutorials/py_atutorials.html
https://www.youtube.com/watch?v=YY9f-6u2Q_c
https://www.pyimagesearch.com/2018/07/19/opencv-tutorial-a-guide-to-learn-opencv/

Related

How to Start with Pjsip Video chat android application?

I have lot of search for tutorial and demo project but i can't find, any one please help me to start learning Pjsip with guidance and demo app source code thank you.
Did you check the official documentation? It literally states: We have a GUI sample application with video support. The project is located under pjsip-apps/src/vidgui. Read more here
I recently build the library for android without any issues, however it did not include the video support. Try and follow the provided steps so you can build their example project and use it as a starting point. Good luck!

How to Implement SmartReply just Like LinkedIn,Gmail, Google Allo in android programatically

After lots of research, find it out that it can be achieve by using TensorFlow SmartReply which will help to predict and give some response based on the input using machine language. But while integrating the same into my own android application, facing issue related to JNI libraries integration.It will be really helpful if someone has any sample or example code in this .
Followed the below link :-
https://github.com/tensorflow/tensorflow/tree/e1ac119417e6301222c2847f5f82e8ff093d7552/tensorflow/contrib/lite/models/smartreply

Converting OpenCV code from iOS to Android

I want to convert the following openCV code(available in iOS) at Matching template imge(scaled) to Main/larger image to Android.
I have tried lot of things, but the opencv library has problem that surf detection is not available in OpenCV's Android Library. For using that they have told to use c++ code and doing some settings. Different sites are saying different settings. As i am totally new to android, i am not getting properly how to set it up. Please can anyone give me reliable and detailed way of doing that. or does anyone know ther other method of doing the same thing that is given in above question.
I have found solution to my question, You can check it out the solution on this post:Object detection with OpenCV Feature Matching with a threshold/similarity score - Java/C++

Facial features detection using OpenCV Android

I need to develop a facial features detection application by which I could be able to detect eyes,nose,lips,head along with its face. For this I opted for OpenCV. I had gone through many tutorials and also sample projects. There I could see the usage of haarcascade files through which I could detect the facial features while recording a video. As I know the location of haar cascade file.
But no site could tell me the complete implementation of haarcascade files in OpenCV android project.
Kindly provide me some sites regarding or give me some brief knowledge regarding the same.
That is a good approach for detecting faces using openCV. Since you are using android, you will probably not find code written in java but you can always modal it to work on android too. This is what I believe is the best approach. http://docs.opencv.org/master/d7/d8b/tutorial_py_face_detection.html#gsc.tab=0
http://docs.opencv.org/modules/contrib/doc/facerec/facerec_tutorial.html
This is another detailed use of different approaches using OpenCV.
Hope it helps, if you need help in changing the code you have to post what you've done so far and then I would be happy to help! Cheers!

cocos2d-android documentation

I am developing android game using opensource cocos2d-android-1 library available here . I also developed demo application using this tutorial.
Now I want to do further development but I am not getting any documentation for this library and how to use library. If anybody knows any blog, forum, documentation for this library project please suggest me.
I recommend you use cocos2d-x instead. It is also a port of cocos2d-iphone but with more platforms, a better documentation and a wider community than cocos2d-android (but still not as good as cocos2d-iphone).
It's probably a bit more painful to start because you need to understand how to run native code on android but you probably won't regret it when you decide to port your game on another platform.
many example is available on the github for cocos2d-android and documentation is not in large scale but you can handle most of the things from the test sample which is available in the cocos2d-andriod . if you getting any problem ..post here to get the answer or help..

Categories

Resources