[Solved] How to identify 3d objects using android phone [closed]


This is because there is no publicly available library or API for object recognition that handles 3D image files.

Considering that there is no standard file format for 3D images at this time, this is to be expected. Most 3D image files are propriety, usually combining two 2D images in a standard format like JPEG in their own container. A better solution if you want the user experience in 3D is to show the user the 3D image and send the server the 2D counterpart (involving converting the 3D format on the device to 2D onboard or taking a second picture in close succession in 2D).

Bottom line is that this will not work with Google Goggles or OpenCV. Even those are nowhere near being real-time. Remember, we are using slow computers with slow internet connections and low-end cameras.

As an Evo3D owner myself, I can understand your want. The Technology is just ahead of the available software at this time.

1

solved How to identify 3d objects using android phone [closed]