简体   繁体   English

Android,增强现实:在相机上添加带有相框的花朵图像

[英]Android, Augmented Reality: Adding a flower image with Picture frame on camera

I am new. 我是新的。

I've been playing around with Augmented Reality for awhile and would like some help in doing something simple. 我已经在增强现实领域玩了一段时间,希望对做一些简单的事情有所帮助。 I searched around and weren't able to get a complete picture-answer on what I need. 我四处搜寻,但无法获得我所需的完整图片答案。

I have a picture of a flower that I want "augment" to a photo or camera taking photo. 我有一张想要“增强”照片或照相机拍照的花朵的图片。

I want to provide a frame on the picture. 我想在图片上提供一个框架。

So thats what I want to do. 这就是我想要做的。 Is there a suggestion or tutorial in doing this using OpenCV or anything that can get it done quickly? 在使用OpenCV进行操作时是否有任何建议或指南?

Thanks. 谢谢。

Surely, OpenCV has tutorials like this. 当然,OpenCV具有这样的教程。 With OpenCV you can intercept a frame from Camera, modify it and display it then. 使用OpenCV,您可以从Camera截取一帧,然后对其进行修改并显示。 Of course, they don't have the flower thing but check a similar sample where they are applying effects it's called image-manipulation http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html#import-opencv-library-and-samples-to-the-eclipse 当然,他们没有花的东西,但要检查一个类似的示例,在其中应用效果的地方称为图像处理http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html#import- OpenCV库和样本到日食

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM