目录

  • Matching-3D 3D匹配
    • Deformable Surface-Based基于可变形表面
      • 1. add_deformable_surface_model_reference_point
      • 2.add_deformable_surface_model_sample
      • 3. clear_deformable_surface_matching_result
      • 4.clear_deformable_surface_model
      • 5. create_deformable_surface_model
      • 6. deserialize_deformable_surface_model
      • 7. find_deformable_surface_model
      • 8. get_deformable_surface_matching_result
      • 9. get_deformable_surface_model_param
      • 10. read_deformable_surface_model
      • 11. refine_deformable_surface_model
      • 12. serialize_deformable_surface_model
      • 13. write_deformable_surface_model
    • Shape_Based外形匹配
      • 1.clear_shape_model_3d
      • 2.create_cam_pose_look_at_point
      • 3.create_shape_model_3d
      • 4.deserialize_shape_model_3d
      • 5.find_shape_model_3d
      • 6.get_shape_model_3d_contours
      • 7.get_shape_model_3d_params
      • 8.project_shape_model_3d
      • 9.read_shape_model_3d
      • 10.serialize_shape_model_3d
      • 11.trans_pose_shape_model_3d
      • 12.write_shape_model_3d
    • Shrface Based 曲面匹配
      • 1.clear_surface_matching_result
      • 2.clear_surface_model
      • 3.create_surface_model
      • 4. deserialize_surface_model
      • 5.find_surface_model
      • 6. find_surface_model_image
      • 7.get_surface_matching_result
      • 8.get_surface_model_param
      • 9.read_surface_model
      • 10.refine_surface_model_pose
      • 11. refine_surface_model_pose_image
      • 12. serialize_surface_model
      • 13. set_surface_model_param
      • 14.write_surface_model

Matching-3D 3D匹配

Deformable Surface-Based基于可变形表面

1. add_deformable_surface_model_reference_point

功能:向可变形曲面模型添加参考点。

2.add_deformable_surface_model_sample

功能:将示例变形添加到可变形曲面模型

3. clear_deformable_surface_matching_result

功能:释放可变形曲面匹配结果的内存。

4.clear_deformable_surface_model

功能:释放可变形曲面模型的内存。

5. create_deformable_surface_model

功能:创建执行基于可变形曲面匹配所需的数据结构。

6. deserialize_deformable_surface_model

功能:反序列化可变形曲面模型。

7. find_deformable_surface_model

功能:在三维场景中找到可变形曲面模型的最佳匹配。

8. get_deformable_surface_matching_result

功能:从基于变形曲面的匹配中获取结果的详细信息。

9. get_deformable_surface_model_param

功能:返回可变形曲面模型的参数和属性。

10. read_deformable_surface_model

功能:从文件中读取可变形曲面模型。

11. refine_deformable_surface_model

功能:优化三维场景中可变形曲面模型的位置和变形。

12. serialize_deformable_surface_model

功能:序列化可变形曲面_模型。

13. write_deformable_surface_model

功能:将可变形曲面模型写入文件。

Shape_Based外形匹配

1.clear_shape_model_3d

功能:清除一个3D轮廓模型,释放内存空间。

2.create_cam_pose_look_at_point

功能:创建一个3D摄像机位置(从摄像机中心和观察方向)。

3.create_shape_model_3d

功能:创建一个3D目标模型。

4.deserialize_shape_model_3d

功能:反序列化三维形状模型。

5.find_shape_model_3d

功能:在一个图像中找出一个3D模型的最佳匹配。

6.get_shape_model_3d_contours

功能:提取3D轮廓模型目标。

7.get_shape_model_3d_params

功能:返回一个3D轮廓模型的参数。

8.project_shape_model_3d

功能:把一个3D目标模型的边缘投影到图像坐标中。

9.read_shape_model_3d

功能:读取一个3D轮廓模型文件。

10.serialize_shape_model_3d

功能:序列化三维形状模型。

11.trans_pose_shape_model_3d

功能:把一个3D目标模型的坐标系中的位置转变为一个3D轮廓模型的参考坐标系中的位置,反之亦然。

12.write_shape_model_3d

功能:把一个3D轮廓模型保存到文件中。

Shrface Based 曲面匹配

1.clear_surface_matching_result

功能:清除指定的曲面匹配目标,释放内存空间。

2.clear_surface_model

功能:清除指定的曲面匹配模型,释放内存空间。

3.create_surface_model

功能:创建一个曲面匹配模型。

4. deserialize_surface_model

功能:反序列化曲面模型。

5.find_surface_model

功能:从3D背景中找出最佳匹配。

6. find_surface_model_image

功能:在三维场景和图像中查找曲面模型的最佳匹配项。

7.get_surface_matching_result

功能:提取曲面匹配目标。

8.get_surface_model_param

功能:提取曲面匹配模型参数。

9.read_surface_model

功能:读取曲面匹配模型文件。

10.refine_surface_model_pose

功能:使3D背景中曲面模型坐标完善。

11. refine_surface_model_pose_image

功能:在三维场景和图像中优化曲面模型的姿势。

12. serialize_surface_model

功能:序列化表面模型。

13. set_surface_model_param

功能:设置曲面模型的参数和属性。

14.write_surface_model

功能:将一个曲面匹配模型保存到文件中。

halcon Matching-3D 3D匹配,持续更新相关推荐

  1. halcon File文件算子,持续更新

    目录 File文件 Images图像 read_image read_sequence write_image deserialize_image serialize_image list_image ...

  2. halcon深度学习算子,持续更新

    目录 Deep Learning 深度学习 Classification:分类 apply_dl_classifier clear_dl_classifier clear_dl_classifier_ ...

  3. halcon控制算子Control,持续更新

    目录 Control assign assign_at break case catch comment continue convert_tuple_to_vector_1d convert_vec ...

  4. 3D human pose 重要论文分类(持续更新)

    3D human pose 重要论文整理(持续更新) 内容较多,提供目录便于查找 目录 3D human pose 重要论文整理(持续更新) 传统方法 深度学习方法 3D Pose 从单幅图像直接出3 ...

  5. 3D目标检测论文方法汇总 【2022部分持续更新中~

    Automanous-3D-detection-methods 版权注释 该项目地址为:https://github.com/LittleYuanzi/awesome-Automanous-3D-de ...

  6. 首发:徐亦达团队新论文推荐(ECCV2020):端到端多人多视角3d动态匹配网络

    徐亦达团队在ECCV2020上发表了一篇机器学习论文 End-to-end Dynamic Matching Network for Multi-view Multi-person 3d Pose E ...

  7. 天龙八部服务器维护是什么意思,天龙八部3D今日维护内容更新说明

    天龙八部3D今日维护内容更新说明,明天新的资料片也即将开测,那么在今日,开始进行服务器的更新维护,也是为了新的资料片来的时候,玩家可以更好的体验,那么下面就给大家来细细说一下这次更新的内容和维护说明, ...

  8. 大合集!CVPR2020论文分方向整理: 目标检测/图像分割/姿态估计等,附打包下载(持续更新)

    2020极市计算机视觉开发者榜单已于2020年7月20日开赛,8月31日截止提交,基于火焰识别.电动车头盔识别.后厨老鼠识别.摔倒识别四个赛道,47000+数据集,30万奖励等你挑战!点击这里报名 C ...

  9. ECCV2020 收录论文汇总(持续更新中)附打包下载

    2020极市计算机视觉开发者榜单已于2020年7月20日开赛,8月31日截止提交,基于火焰识别.电动车头盔识别.后厨老鼠识别.摔倒识别四个赛道,47000+数据集,30万奖励等你挑战!点击这里报名 极 ...

  10. 计算机视觉、机器学习相关领域论文和源代码大集合--持续更新……(转载)

    计算机视觉.机器学习相关领域论文和源代码大集合--持续更新-- zouxy09@qq.com http://blog.csdn.net/zouxy09 注:下面有project网站的大部分都有pape ...

最新文章

  1. 光立方原理讲解_一分钟讲解光模块原理与结构
  2. [概统]本科二年级 概率论与数理统计 第二讲 几何概型
  3. 成为Web开发大师你必须知道的7件事情
  4. wamp php不可用_解析wamp的php.ini设置不生效
  5. 员工信息管理系统--C语言
  6. SQL语法整理(五)-视图
  7. 让win10系统不进行自动更新的方法
  8. OpenCV4图像处理算子不完全手册-入门篇(已完结)
  9. 将WinPE安装至硬盘
  10. 深入理解高级数据结构之红黑树
  11. 计算机考研落榜了怎么办,如果,你考研落榜了怎么办?
  12. 淘宝客是鸡肋还是熊掌
  13. JS复习笔记之造new轮子
  14. 我的本科回忆录:从迷茫自卑到保送华科
  15. 2PC、XA、DTP与两阶段提交
  16. SpringBoot整合xxjobl
  17. 仿微信 发起群聊 类似样式
  18. 软件工程:黄金G点小游戏1.0
  19. 设计html网页时需要遵循的语言规范,CSS设计网页时的一些常用规范
  20. 小灰灰的APP学习之路(二)--创建第一个Hello World项目

热门文章

  1. spring mvc注解@RequestMapping
  2. java判断某个字符串是否是数字
  3. Spring 管理Bean(获取Bean,初始化bean事件,自动匹配ByName······等)
  4. SQL Server 2008故障转移集群+数据库镜像配置实例之三
  5. 答应我不要问TCP三次握手四次挥手
  6. 解决Button自动刷新页面的问题
  7. CLR基础,CLR运行过程,使用dos命令创建、编译、运行C#文件,查看IL代码
  8. 201671010456-张琼 实验十四 团队项目评审课程学习总结
  9. Rust从入门到放弃(1)—— hello,world
  10. 数字签名与HTTPS详解