Android 增强现实入门

发布于 2025-01-07 03:25:17 字数 695 浏览 0 评论 0原文

我计划在 Android 中启动一个包含增强现实的应用程序。

建议的应用程序应执行以下操作:

  1. 每当用户遇到某些徽标时,他将使用设备的相机捕获该徽标。

  2. 然后捕获的图​​像将进行模式匹配,并将与数据库中存在的预定义图像进行比较。

  3. 基于匹配,将发生某些操作(这不是目前关注的问题)。

我该如何开始???

我在 SO 上遇到了类似的问题,但没有得到任何令人满意的信息。

我看了一眼 openCV 但它说:它有 C++、C、Python 等等在 Windows、Linux、Android 和 Mac 上运行的 Java 接口。

由于我使用 Mono for Android,它使用 C# 进行开发。那么 openCV 在这种情况下可以工作吗?

另外,我对 Android 开发还比较陌生,而且在使用 Mono for Android 方面还是个初学者。

我知道我在这个问题上有点不清楚,但我真的对增强现实一无所知,所以任何开始开发基于 AR 的应用程序的教程/书籍都会有很大的帮助。

I'm planning to start an application comprises of augmented reality in android.

Proposed application should do the following :

  1. Whenever user come across certain logo, he will capture that logo by using device's camera.

  2. Then the captured image will undergo pattern-matching and will be compared with the predefined image present in the database.

  3. Based on matching, certain action will take place(This is not the matter of concern as of now).

How do I start???

I came across the similar questions on SO, but haven't got any satisfactory info.

I had a glance at openCV but it says : It has C++, C, Python and soon Java interfaces running on Windows, Linux, Android and Mac.

As I'm using Mono for Android, it uses C# for development. So will openCV work in this scenario?

Also I'm relatively new to android development and just beginner when it comes to using Mono for Android.

I know I'm being bit unclear in this que, but I really don't have any idea about augmented reality so any tutorial/book to start with in order to develop the app based on AR will be of great help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

假扮的天使 2025-01-14 03:25:17

Android ARToolkit 可能是一个不错的起点

Android ARToolkit can be a good start point

巨坚强 2025-01-14 03:25:17

我一直在研究使用摄像头进行人数统计和身份识别,并发现了这个线程。

以我有限的知识来看,OpenCV在图像处理方面似乎被广泛使用。

他们甚至将其列为 Microsoft Kinect SDK 中的开发人员工具之一。

openCV 是开源的,有几个包装器允许您在 .Net 环境中使用它。

Emgu 列出了与 Mono 和 Monodoroid(Mono for Android)的兼容性如果包装器愿意,则需要支付一小笔许可费用于商业应用。

I've been investigating people counting and identification using cameras and came across this thread.

From my limited knowledge, OpenCV seems to be widely used when it comes to image processing.

They even list it as one of the developer tools in the Microsoft Kinect SDK.

openCV is open source and there are several wrappers which will allow you to use it in a .Net environment.

One which lists compatibility with Mono and Monodoroid (Mono for Android) is Emgu althought there is a small license fee if the wrapper will be used in a commercial application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文