Motion Detection with android
my projet is Motion Detection with android and cameraIP ,when a cameraIP is connected i can see the streams and when a person is detected or any other motion an alarm is launched,I installed the open CV but i dont know if i should program with android (java) or with C++ and install the NDK can you help me please
If your camera are static take a look at the codebook method described in Learning OpenCV by Gary Bradski and Adrian Kaehler. It's really well explained ! And for the question I think implementing it in C++ and run it with the NDK should be a good idea
Hi , thanks Rogeeeer Can you post a tutorial or document that can help me to implement the application ?
The codebook is really well explained on the Learning OpenCV Book with detailled algorithms and implementation. If you want to convert it to C++ it sould be easy because the code will be much more simple.
For the NDK part try to take a look at "Mastering OpenCV with practical computer vision projects" In one of the first chapters there is some good tutorial to use C++ dll in an android project.
I used this one a long time ago, but it's french... Learning french could be more painfull than looking for another one !
http://www.k33g.org/?q=book/export/html/31
thanks for your help :)
Can you post the URL of The codebook ?
The codebook is just an algorithm, you can find the description in the book "Learning OpenCV", you can either buy it or download it or whatever but I can't give you the URL here :)