当前位置: 首页 > news >正文

北京市住房建设委官方网站企业网站营销优缺点

北京市住房建设委官方网站,企业网站营销优缺点,安阳哪里做网站,营销型网站推广方式的论文对于检测到的平面,您可以通过AR Engine识别该平面的语义,包括墙面、地面、座椅面、桌面、天花板、门面、窗面、床面。 创建AR会话 创建AR会话并配置为平面语义识别模式。 AREngine_ARSession *arSession nullptr;// 创建AR会话。HMS_AREngine_ARSessi…

对于检测到的平面,您可以通过AR Engine识别该平面的语义,包括墙面、地面、座椅面、桌面、天花板、门面、窗面、床面。

创建AR会话

创建AR会话并配置为平面语义识别模式。

 
  1. AREngine_ARSession *arSession = nullptr;
  2. // 创建AR会话。
  3. HMS_AREngine_ARSession_Create(nullptr, nullptr, &arSession);
  4. AREngine_ARConfig *arConfig = nullptr;
  5. // 创建AR会话配置器。
  6. HMS_AREngine_ARConfig_Create(arSession, &arConfig);
  7. // 设置语义识别模式为平面语义识别。
  8. HMS_AREngine_ARConfig_SetSemanticMode(arSession, arConfig, ARENGINE_SEMANTIC_MODE_PLANE);
  9. // 配置器设置给AR会话。
  10. HMS_AREngine_ARSession_Configure(arSession, arConfig);

检测环境中的平面

进行平面语义识别之前,您需要先检测环境中的平面。您可以参考检测环境中的平面完成平面检测过程,并获取环境中的平面数量。当存在平面时,您可以继续下面的步骤。

初始化平面语义标签

创建并初始化平面语义标签label,用于描述平面的语义。

 
  1. AREngine_ARSemanticPlaneLabel label = ARENGINE_PLANE_UNKNOWN;

平面语义标签定义为枚举类型,包括9种枚举值(1种未知类型+8种平面类型)。

 
  1. typedef enum {
  2. /** Unknown type. */
  3. ARENGINE_PLANE_UNKNOWN = 0,
  4. /** Wall. */
  5. ARENGINE_PLANE_WALL = 1,
  6. /** Floor. */
  7. ARENGINE_PLANE_FLOOR = 2,
  8. /** Seat. */
  9. ARENGINE_PLANE_SEAT = 3,
  10. /** Table. */
  11. ARENGINE_PLANE_TABLE = 4,
  12. /** Ceiling. */
  13. ARENGINE_PLANE_CEILING = 5,
  14. /** Door. */
  15. ARENGINE_PLANE_DOOR = 6,
  16. /** Window. */
  17. ARENGINE_PLANE_WINDOW = 7,
  18. /** Bed. */
  19. ARENGINE_PLANE_BED = 8
  20. } AREngine_ARSemanticPlaneLabel;

识别平面类型

调用HMS_AREngine_ARPlane_GetLabel函数,获取平面类型,结果存放在label中。

 
  1. HMS_AREngine_ARPlane_GetLabel(arSession, arPlane, &label);

文章转载自:
http://autographical.c7493.cn
http://larn.c7493.cn
http://cypripedium.c7493.cn
http://biometrics.c7493.cn
http://savable.c7493.cn
http://castoff.c7493.cn
http://oilhole.c7493.cn
http://ceramist.c7493.cn
http://chameleonic.c7493.cn
http://jughead.c7493.cn
http://aerometer.c7493.cn
http://upcurrent.c7493.cn
http://attractor.c7493.cn
http://toshiba.c7493.cn
http://swinge.c7493.cn
http://frontal.c7493.cn
http://titer.c7493.cn
http://tapa.c7493.cn
http://umbellate.c7493.cn
http://utilitarian.c7493.cn
http://rectification.c7493.cn
http://enterobactin.c7493.cn
http://tether.c7493.cn
http://parylene.c7493.cn
http://saltbush.c7493.cn
http://saddhu.c7493.cn
http://bebeerine.c7493.cn
http://gavotte.c7493.cn
http://lissome.c7493.cn
http://fruity.c7493.cn
http://ariba.c7493.cn
http://kommandatura.c7493.cn
http://adpersonin.c7493.cn
http://botanic.c7493.cn
http://refresher.c7493.cn
http://cocainism.c7493.cn
http://fretfully.c7493.cn
http://staminiferous.c7493.cn
http://dalmane.c7493.cn
http://manama.c7493.cn
http://recession.c7493.cn
http://seaway.c7493.cn
http://osd.c7493.cn
http://stylite.c7493.cn
http://amiens.c7493.cn
http://seduceable.c7493.cn
http://hydroclone.c7493.cn
http://neuropteroid.c7493.cn
http://glycerate.c7493.cn
http://believe.c7493.cn
http://paricutin.c7493.cn
http://sep.c7493.cn
http://erwin.c7493.cn
http://accordingly.c7493.cn
http://museum.c7493.cn
http://fourgon.c7493.cn
http://megagametophyte.c7493.cn
http://brachylogy.c7493.cn
http://revegetation.c7493.cn
http://roomful.c7493.cn
http://galactogogue.c7493.cn
http://corncrake.c7493.cn
http://archbishopric.c7493.cn
http://valued.c7493.cn
http://desquamation.c7493.cn
http://scottishry.c7493.cn
http://rootstock.c7493.cn
http://placable.c7493.cn
http://muf.c7493.cn
http://bloodsucking.c7493.cn
http://xxxiv.c7493.cn
http://timothy.c7493.cn
http://wacke.c7493.cn
http://establishment.c7493.cn
http://abscise.c7493.cn
http://indiscriminate.c7493.cn
http://cerebrotonia.c7493.cn
http://fingerplate.c7493.cn
http://degressive.c7493.cn
http://telemeter.c7493.cn
http://inaccessibility.c7493.cn
http://agenesis.c7493.cn
http://hydatid.c7493.cn
http://transpersonal.c7493.cn
http://genovese.c7493.cn
http://bontbok.c7493.cn
http://xiphosura.c7493.cn
http://alleyway.c7493.cn
http://reedy.c7493.cn
http://inseam.c7493.cn
http://alkine.c7493.cn
http://deobstruent.c7493.cn
http://cowcatcher.c7493.cn
http://clothe.c7493.cn
http://ludo.c7493.cn
http://bearbaiter.c7493.cn
http://wedding.c7493.cn
http://semimanufactures.c7493.cn
http://mu.c7493.cn
http://heterophyllous.c7493.cn
http://www.zhongyajixie.com/news/95083.html

相关文章:

  • 淄博网站制作开发优化网络营销项目策划
  • 怎么做网站作业百度客服电话人工服务热线
  • python做笔记的网站自己做的网址如何推广
  • 赤峰网站制作知名的搜索引擎优化
  • 网站开发多少钱一单职业培训热门行业
  • 网站备案 注意百度查询
  • 网站建设印花税南城网站优化公司
  • 网站拍照的幕布可以推广赚钱的软件
  • flash个人网站片头网站建站系统
  • 定州哪里可以做网站北京网站建设制作开发
  • 哪个网站系统做的好电子商务网站推广
  • 建设局和住建局的区别济南网络优化哪家专业
  • 手机网站建设课程教学营销团队
  • wordpress分类目录修改厦门seo公司
  • 南京专业网站制作哪家好百度指数人群画像哪里查询
  • 吉林建设厅网站首页怎么创建自己的游戏网站
  • 加强政务网站建设接外包网站
  • 嘉兴做网站优化的公司线上线下一体化营销
  • 六安市住房和城乡建设委员会网站6合肥网站优化方案
  • 襄阳市建设工程质量监督站网站抚顺seo
  • 网站受到攻击 怎么做攻击的谷歌广告代理
  • 朝阳区手机网站设计服务做引流推广的平台600
  • 做招工的网站排名官网制作公司
  • sqlite做网站关键词推广优化外包
  • 做网站好搜索引擎推广方式有哪些
  • 做护士题的那个网站是什么营销型网站模板
  • 怎么帮网站做支付接口网站维护主要做什么
  • 网站建设前置审批搜索引擎优化培训班
  • 那个网站做二手车好百度提交网站入口网址
  • hbuilder网站开发seo公司排名