How to integrate the metaio + Open CV for android application?

拟墨画扇 提交于 2019-12-31 10:02:51

问题


Hi i'm trying to create a application related to the Augmented Reality (AR) and was able to configure my application with Metaio SDK and OpenCV library successfully in two separate application.

but the thing is i want to use both the library of OpenCV and Metaio together into one application. so can any one help me with its integration.

In my single application I want to use OpenCV for markerless detection and MetaIO for 3D Model rendering.

Metaio:http://www.metaio.com/

OpenCV:http://opencv.org/

=====>

I'm using opencv to detect shapes in a camera image and want to display 3D objects rendered by metaio on those shapes. Similar to marker tracking.

Metaio and openCV, each have their own cameraview. I have disabled cameraview of openCV.

I want to convert an ImageStruct object received in onNewCameraFrame() method into an OpenCV Mat in Android. For this, I have registered MetaioSDKCallback to continuously receive camera frame.

But onSDKReady() and onNewCameraFrame() method of this callback is not being called,though I have added 'metaioSDK.requestCameraImage()'.

This where i'm stuck with it.


回答1:


I suggest you to integrate the sdk of Opencv4android, and to see the samples come with, they are very good examples to teach you how to use the camera easily

For your objective probably face detection example is good to check.

Here is the tuto that help you to install and configure opencv SDK

For AR I can't help you so much, but have look at this discussion, it could be helpful.



来源:https://stackoverflow.com/questions/21572348/how-to-integrate-the-metaio-open-cv-for-android-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!