主要参考文献:

  • 1、Linear Depth Estimation from an Uncalibrated,Monocular Polarisation Image.
  • 2、Height-from-Polarisation withUnknown Lighting or Albedo.
  • 3、Depth from a polarisation + RGB stereo pair
  • 4、Efficiently Combining Positions and Normals for Precise 3D Geometry

在文献1、2、4中都采用线性约束的方式,通过解线性方程得到高度

三维重建积分算法总结 

 三维重建积分算法总结

在代码实现过程中,由于我们处理的是深度函数的均匀离散采样,我们可以通过考虑3×3邻域和卷积核来近似偏导数,假设所有邻域都是可用的。遍历所有的邻域并赋予相应参数值,所有可能的邻域情况如下:(点表示像素位置)

三维重建积分算法总结

权重参考:

三维重建积分算法总结

文献3的具体做法如下:

三维重建积分算法总结 

相关文章:

  • 2021-06-12
  • 2021-05-14
  • 2021-11-23
  • 2021-06-24
  • 2021-11-18
  • 2021-10-12
  • 2022-12-23
  • 2021-07-16
猜你喜欢
  • 2021-12-01
  • 2021-12-13
  • 2021-10-09
  • 2021-06-07
  • 2022-01-18
  • 2021-04-26
相关资源
相似解决方案