EquiRectangular - CubeMap Projections
getErpPatch(campFaces)Parameters:
cmpFaces
: CubeMap Projected Faces (OpenCV BGR Format): front, right, back, left, top, bottom with shape :[6, H, W, 3]
erpPatch
: Equirectangular Projected Image with shape :[H, W*2, 3]
getCmpFaces(erpPatch, H=None, W=None)Parameters:
erpPatch
: Equirectangular Projected Image (OpenCV BGR Format)H
: Height of CMP Faces (default :erpPatch.shape[0] // 2
)W
: Width of CMP Faces (default :erpPatch.shape[1] // 4
)
cmpFaces
: CubeMap Projected Faces: front, right, back, left, top, bottom with shape :[6, H, W, 3]