博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Modeling Deformable Objects from a Single Depth Camera
阅读量:4042 次
发布时间:2019-05-24

本文共 1076 字,大约阅读时间需要 3 分钟。

1 partial surface →(point correspondence)→ warp partial surface →(assemble)→complete watertight surface

2 section 3

In the initialization step, … into 3D meshes.

颜色部分用SIFT提取salient features

深度部分用来进行3D Mesh建模

3 section 3.2

公式(4), 第一部分保持laplacian coordinate一致性, 第二部分control point的约束

4 公式(5)中 V 是整个partial patch上的点

5 公式(6)中 MI 行是control点数, 列是partial patch点数, U只有control 点数的行

6 Note: The Laplacian coordinate is not a good descriptor since it is well known as affine-variant. The laplacian coordinate of a vertex is actually a vector in 3D space that originates from the centroid of its neighbors and ends at the vertex.

7 公式(19)是变换前,后的laplacian coordinates一致性, 前面一些公式是从laplacian surface editing 借鉴过来的

8 式(21)是求第d帧时, 其他帧向这一帧靠近的目标位置, Vi 是第i帧中partial patch点的位置矩阵

9 式(22), frame i to frame d 的某点的对应, 第k个点是对应第i帧中partial patch中的某一点.

然后右边就是第d帧中对应点的目标位置

10 式(23), frame i to frame j, 第k个点和第h个点对应为第i帧中的partial patch的某一点与第j帧中partial patch的某一点.

11 section 3.4 , 被遮挡了后, 当前帧就失去了目标位置, 所以只靠laplacian 约束去造成误差, 这里的解决方法就是通过前后帧插值估算当前帧被遮挡部分的位置.

12 section 3.5 warping之后的smooth过程, 具体没细看, 想研究看文献[20]

转载地址:http://jtxdi.baihongyu.com/

你可能感兴趣的文章
React Native(二):属性、状态
查看>>
JSX使用总结
查看>>
React Native(四):布局(使用Flexbox)
查看>>
React Native(七):Android双击Back键退出应用
查看>>
Android自定义apk名称、版本号自增
查看>>
adb command not found
查看>>
Xcode 启动页面禁用和显示
查看>>
【剑指offer】q50:树中结点的最近祖先
查看>>
二叉树的非递归遍历
查看>>
【leetcode】Reorder List (python)
查看>>
【leetcode】Linked List Cycle (python)
查看>>
【leetcode】Linked List Cycle (python)
查看>>
【leetcode】Candy(python)
查看>>
【leetcode】Clone Graph(python)
查看>>
【leetcode】Sum Root to leaf Numbers
查看>>
【leetcode】Pascal's Triangle II (python)
查看>>
java自定义容器排序的两种方法
查看>>
如何成为编程高手
查看>>
本科生的编程水平到底有多高
查看>>
AngularJS2中最基本的文件说明
查看>>