Please don't delete this question because of no code inside this question?
I want to develop an application very similar to times alive, which one enables users to scan images and presents a related video,One of fine AR integration I found.
As per my study its working is this way.It generates key points from camera view and sends them to server and compare it with the key points stored in server server return any related data.
I want exact same features....
After a research found that most of the ar related articles points to OpenCV or Java CV, I found a very usefull stuff here but it needs opencv manager have to be installed in the device as a seprate application which is not allowed in my case, and times alive app also not works on that way.
is it possible to develop a similar application using opencv with out prompt user to install open cv manager, like including it in our application itself(But there are multiple open cv manager for different chip set devices),if yes please can anybody explain the whats the way to accomplish this?
You could use OpenCV to solve this problem. To me it sounds like it is a process of feature detection. You want to extrapolate some key points of the images
THere is some java implementations of feature detection.