↓ 1 callersFunctionms_ssimr""" interface of ms-ssim Args: X (torch.Tensor): a batch of images, (N,C,H,W) Y (torch.Tensor): a batch of images, (N,C,H,W)
metric/ssim/ssim.py:139
↓ 1 callersFunctionproject_2d Args - pts: np.ndarray, [H, W, D, 4] - cam_mat: np.ndarray, [4, 4] - view_mat: np.ndarray, [4, 4] Returns: - uv: np.ndarray, [H,
calib/reproject.py:21
↓ 1 callersFunctionssimr""" interface of ssim Args: X (torch.Tensor): a batch of images, (N,C,H,W) Y (torch.Tensor): a batch of images, (N,C,H,W)
metric/ssim/ssim.py:89
↓ 1 callersFunctionto_view_matrix Args: - rvec: np.ndarray, [3, 1] - tvec: np.ndarray, [3, 1] Returns: - mat: np.ndarray, [4, 4]
calib/vis_camera_pose_with_opencv.py:15