Convert equirectangular (spherical) image to cube faces (tiles)
Hello,
As the title suggests, I would like to convert spherical and cylindrical images to cubical images.
The spherical/equirectangular image has format 360x180 and I would like to convert it to cubical images with six image files (one image per cube side).
Does anyone know how to achieve this with with OpenCV 2.4.x.?
Thanks,