introduce 3D Gaussians as a flexible and expressive scene representation.
input:
cameras calibrated with Structure-from-Motion(SfM)
initalize the set of 3D Gaussians with the sparse point cloud ...
相机校正 Camera Calibration
前言
从这里开始是研究现实世界转化到屏幕空间的关系,注意和图形学分别开
在图像测量过程以及机器视觉应用中,为确定空间物体表面某点的三维几何位置与其在图像中对应点之间的相互关系,必须建立相机成像的几何模型,这些几何模型参数就是相机参数
Camera Calibration简单来说就是求解世界空间到像素空间的过程,也就是求解最终的投影矩阵的过程
坐...