Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.
/ PFMN.360projector Public archive

OpenGL 360° Video projector for A Memory Network Approach for Story-based Temporal Summarization of 360° Videos

License

Notifications You must be signed in to change notification settings

hnbrds/PFMN.360projector

Repository files navigation

360 VR Equirectangular Projector

result

Requirements

  • OpenGL 3
  • GLFW 3
  • OpenCV 3.X+

Options

  • Projection mode
SphericalPlayer.cpp

#define PROJ_MODE 1
// Positive projection : 1
// Negative projection : 0
  • Configure paths
run.py

IMGPATH_F = "image_paths.txt"
SUBSHOTPATH = "../subshots/"
PROJPATH = "../81patches"

Compile projector

When an error occurs during compiling, fixit by yourself

cmake .
make

How to run projector

  1. Set options

  2. run by `python run.py'

  3. Move the window with the blue background using the mouse. It will become normal.

error error_fix

  1. Press SpaceKey and wait
  2. See results

etc

  1. I failed to link C++ Boost library... Please use Python
  2. For equirectangular video projection code, [email protected]

About

OpenGL 360° Video projector for A Memory Network Approach for Story-based Temporal Summarization of 360° Videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages