Object detected want to show 3dview once move camera away from object 3dview not to show
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.
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.
you're probably thinking of something like this , but honestly, that's a long way to go , from where you are now.
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?