登录
首页 » 算法 » headpose估计

headpose估计

于 2022-03-17 发布 文件大小:497.10 kB
0 55
下载积分: 2 下载次数: 1

代码说明:

应用背景基于OpenCV和OpenGL的头部姿态估计;关键技术我用PNP从对应点得到头部的六自由度位姿。我以前在手上选出来的信件,但得到的二维位置:左眼,右眼,左耳,右耳,左嘴,右嘴和鼻子。然后我用一个女性的头部三维模型下(在这里)得到相同的特征的三维点,简单地用meshlab的“获取信息”选择。解决一个PNP(Perspective-N-Point)问题是好的当你想得到2D-3D对应的三维物体的方位(6DOF)。由作者

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个路由器最短路径的源程序
    一个路由器最短路径算法的源程序-a router shortest path algorithm source! !
    2022-05-18 16:01:18下载
    积分:1
  • MATLAB广泛应用于线性代数、自动控制理论、数理统计、数字信号处理、时间序列分析、动态系统仿真等领域。因此如果在VC中对MATLAB进行调用将大大减少编程的工...
    MATLAB广泛应用于线性代数、自动控制理论、数理统计、数字信号处理、时间序列分析、动态系统仿真等领域。因此如果在VC中对MATLAB进行调用将大大减少编程的工作量、保证程序的准确性,并且继承了VC++强大的功能,提高开发效率,-MATLAB widely used in linear algebra, automatic control theory, mathematical statistics, digital signal processing, time series analysis, dynamic simulation, and other fields. Therefore, if the VC right call MATLAB programming will greatly reduce the workload to ensure the accuracy of procedures, VC and inherited the powerful functions, improving the development efficiency,
    2022-02-04 04:52:22下载
    积分:1
  • 利用样条插值求取一组数据点在各点的导数 (只提供函数)
    利用样条插值求取一组数据点在各点的导数 (只提供函数)-using spline interpolation to strike a group of data points in the points in the derivative (only provide functions)
    2022-03-03 21:00:53下载
    积分:1
  • APML为用户提供访问Web页面和下载他们的能力…
    ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN -ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN
    2022-03-31 04:48:40下载
    积分:1
  • 小波变换c语言程序
    本程序是c语言原程序,实现小波变换算法
    2022-03-05 07:01:01下载
    积分:1
  • A* K短路
      所谓K短路,就是从s到t的第K短的路,第1短就是最短路。     如何求第K短呢?有一种简单的方法是广度优先搜索,记录t出队列的次数,当t第k次出队列时,就是第k短路了。但点数过大时,入队列的节点过多,时间和空间复杂度都较高。     A*是在搜索中常用的优化,一种启发式搜索。简单的说,它可以用公式表示为f(n) = g(n) + f(n),其中,f(n)是从s经由节点n到t的估价函数,g(n)是在状态空间中从s到n的实际代价,h(n)是从n到t的最佳路径估计代价。在设计中,要保证h(n)
    2023-06-26 04:50:02下载
    积分:1
  • RSA en python
    这种算法是 RSA 在 python 中的实现作为课程加密最后加宽,它有完整的易观和它评论太
    2022-08-20 16:00:30下载
    积分:1
  • Data Mining the classical k
    数据挖掘经典k-means算法C源码实现-Data Mining the classical k-means algorithm C source code to achieve
    2022-04-20 17:28:52下载
    积分:1
  • 旋转的正方体
    旋转的正方体,可以自己控制 旋转的正方体 的旋转方向  调用4个函数就行
    2023-04-20 04:55:03下载
    积分:1
  • 高阶谱切片
    通过采样的时间序列数据,滤去低频的确定性信号,获得零均值的有色噪声,应用BBR公式,获得高阶谱。冻结一些维数,就可以得到二维的曲线,即高阶谱切片,或称重构功率谱。本程序实现三维空间不同角度的切片,有动画功能。
    2022-03-03 08:59:40下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载