3D重建
danding_super
这个作者很懒,什么都没留下…
展开
-
Homograph Warping Pytorch实现
Homograph WarpingHomograph Warping理论几何模型效果运行环境运行Homograph Warping理论几何模型对于空间中一个点Qw=[XwYwZw]Q^w = \left[ \begin{matrix} X^w \\ Y^w \\ Z^w \end{matrix} \right]Qw=⎣⎡XwYwZw⎦⎤,在reference-view下的像素坐标为qref=[urefvref1]q^{ref} = \left[ \begin{m原创 2020-09-16 16:54:37 · 1372 阅读 · 0 评论 -
Normal与depth互相计算
Compute normal vector from depth代码地址ComputeNormalmatlab code代码参考Data-driven 3d primitives for single image understanding使用matlab库函数surfnorm算法input: D Depth map,K Camera intrinsicoutput: N Surface normal mapdef GenerateSurfaceNormal(D, K) P (X,原创 2020-09-14 00:03:24 · 2814 阅读 · 2 评论 -
3D reconstruction Learning logs
3D reconstructionNOTE:[1] Forked from https://github.com/alyssaq/3Dreconstruction[2] More base knowledge from pdf of CMU CV class and CS231A class.3D reconstruction from 2D images pipelineSteps:Detect 2D pointsMatch 2D points across 2 imagesEpipol原创 2020-09-12 17:42:18 · 318 阅读 · 0 评论