Skip to content

ChengYuanWu83/E3PO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project originates from the E3PO project

Problems in ERP Method

In ERP method, 360 video is projected by equirectangular projection. In equirectangular projection, although the uniformity of the steps used to sample the polar and azimuth angles, the obtained distribution of the pixels on the sphere is not at all uniform. As can be seen in Fig. 2.8, two regions of equal area in the panorama (the blue at the equator and the red at the poles) correspond to two regions of strongly different sizes on the sphere. This naturally causes huge visual distortion and can limit the performance of image processing algorithms. For the two neighboring points on the sphere can be mapped at extreme positions on the panorama. ERP

Proposed Solution

To avoid the spherical distortion, we change the projection method to the cubemap projection. In cubemap projection, it projects the spherical image onto the six faces of a cube centered around the sphere center. The cube is then unfolded, and can even be re-arranged to form an image with a 2D shape. It is worth noting that the projection on each individual face mimics a perspective camera capture with a field of view of π/2 × π/2. Cube map

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%