List of sphere projections: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
Below is a list of common projections which are used to project the texture of a sphere onto a 2D surface.<br> | Below is a list of common projections which are used to project the texture of a sphere onto a 2D surface.<br> | ||
These are often used for 360 images, 360 videos, and world maps. | These are often used for 360 images, 360 videos, and world maps. | ||
==List== | ==List== | ||
Line 11: | Line 9: | ||
* [[Geostationary projection]] | * [[Geostationary projection]] | ||
* [[Wikipedia:Transverse Mercator projection]] | * [[Wikipedia:Transverse Mercator projection]] | ||
* [[Wikipedia:360_video_projection#Equi-Angular_Cubemap_(EAC) | Equiangular Cubemap]] | |||
==More Projections== | ==More Projections== | ||
* [https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8798261 Hybrid Projection For Encoding 360 VR Videos] | * [https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8798261 Hybrid Projection For Encoding 360 VR Videos] | ||
==Converting Between Projections== | |||
See FFmpeg's v360 filter | |||
==Resources== | ==Resources== | ||
* [https://en.wikipedia.org/wiki/List_of_map_projections Wikipedia List of map projections] | * [https://en.wikipedia.org/wiki/List_of_map_projections Wikipedia List of map projections] |
Revision as of 14:56, 14 May 2020
Below is a list of common projections which are used to project the texture of a sphere onto a 2D surface.
These are often used for 360 images, 360 videos, and world maps.
List
- Equirectangular projection
- Mercator projection
- Cube mapping
- Gnomonic projection
- Geostationary projection
- Wikipedia:Transverse Mercator projection
- Equiangular Cubemap
More Projections
Converting Between Projections
See FFmpeg's v360 filter