Hololens Vuforia 物体识别

Posted 小帆敲代码

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hololens Vuforia 物体识别相关的知识,希望对你有一定的参考价值。

在Unity中导入Vuforia

方法一:

  • 官网下载
  • 右键 Packages 文件夹
  • show in Explorer
  • 导入下载资源包的package
  • Package Manager中查看Vuforia查看版本

方法二:直接在Package Manager中搜索Vuforia下载对应版本

模型上传

Vuforia官网

  • 建立License Manager 获得一个License Key
  • 建立Target Manager 导入图片和模型数据注:这里面的width最好和现实模型宽度一致

    [3D模型上传]
  • 下载
  • 导入Unity

配置MR环境

参考我之前的博客
这个里面记得修改MixedRealityToolkit的profile

步骤

  • Mixed Reality Toolkit->Add to Scene and Configure
  • 在Main Camera上添加Vaforia Behaviour脚本
  • Open Vuforia Configuration
  • 添加Vuforia得到的License Key
  • Hierarchy->右键Vuforia Engine->Image Target ->配置
  • 可以在Image Target下面添加子物体 就是说识别出来之后就会自动出现

以上是关于Hololens Vuforia 物体识别的主要内容,如果未能解决你的问题,请参考以下文章

如何使图像识别后出现的东西保持不变? (unity3d vuforia)

物体识别技术是啥?

物体识别是啥?

Unity Vuforia(高通)AR

Vuforia 6.1提供4个版本下载

opencv 怎么识别出红色物体呀