Object detected want to show 3dview once move camera away from object 3dview not to show

asked 2017-07-20 09:25:41 -0600

Bhuvan gravatar image

updated 2017-07-20 23:37:20 -0600

Hi All, I am using feature detector to detect object in android its working fine. Once object got detected need to show 3dobject at the center point of matched location in camera frame. If user moves camera 3d object should stick to the matched location.

edit retag flag offensive close merge delete

Comments

please understand, that feature detection does not detect any objects, just matching keypoints between 2 images.

while you can construct a homography from that, and transform a known object boundary from 1 image to another, the result is still in 2d space.

berak gravatar imageberak ( 2017-07-20 23:32:20 -0600 )edit

you're probably thinking of something like this , but honestly, that's a long way to go , from where you are now.

berak gravatar imageberak ( 2017-07-20 23:46:39 -0600 )edit

Thank you for your response, Even I tried the same thing its working upto the boundary getting & showing view in that location, But here problem is view display is not constantly showing its juggling here & there is there any solution to anchor view to implement some 3d object?

Bhuvan gravatar imageBhuvan ( 2017-07-20 23:48:09 -0600 )edit