pmvs中补丁的大小是多少?
what is the size of patch in pmvs?
我尝试用
在 matlab 中制作 pmvs
Yasutaka Furukawa et al.'s Paper "Accurate, Dense, and Robust Multi-View Stereopsis"
他说
'The extent of the rectangle is chosen so that the smallest axis-aligned square in R(p) containing its image projection is of size μ×μ pixels in size(μ is either 5 or 7 in all of our experiments).'
没看懂什么意思
我想我需要一些例子
我可以举个例子吗?
补丁范围的计算方式如下:
- 将补丁 p 投射到 R(p) 上并获得图像 R(p) 中的补丁,所以现在我们拥有图像 R(p) 中与补丁 p 相对应的像素 - 让我们称之为子图片IP.
- 取 Ip 并找到包围 Ip 的最小正方形 - 让我们称之为 S(Ip)。轴对齐意味着正方形没有方向。查看Oriented bounding box and Axis aligned bounding box
之间的区别
- S(Ip)的大小需要为μXμ像素。
我尝试用
在 matlab 中制作 pmvsYasutaka Furukawa et al.'s Paper "Accurate, Dense, and Robust Multi-View Stereopsis"
他说
'The extent of the rectangle is chosen so that the smallest axis-aligned square in R(p) containing its image projection is of size μ×μ pixels in size(μ is either 5 or 7 in all of our experiments).'
没看懂什么意思
我想我需要一些例子 我可以举个例子吗?
补丁范围的计算方式如下:
- 将补丁 p 投射到 R(p) 上并获得图像 R(p) 中的补丁,所以现在我们拥有图像 R(p) 中与补丁 p 相对应的像素 - 让我们称之为子图片IP.
- 取 Ip 并找到包围 Ip 的最小正方形 - 让我们称之为 S(Ip)。轴对齐意味着正方形没有方向。查看Oriented bounding box and Axis aligned bounding box 之间的区别
- S(Ip)的大小需要为μXμ像素。