Old OpenCV based project brought to new live.
Works, but still early version.
CvGames 3dCamera based 3D object rotationCvGames bobMotion based bubble shot gameCvGames vjMotion based image fadingCvGamesSee all available arguments
Use GNU make
make
or compile directly
g++ -std=c++11 src/main.cpp src/Helpers/* src/Objects3D/* src/Output/* src/Tracker/* `pkg-config --cflags --libs opencv gl` -lglut -o CvGames
or use cmake (CLion IDE also supports it):
mkdir cmake-build-debug
cd cmake-build-debug
cmake ../
This will genrerate OpenCV executable.
- OpenCV http://opencv.org/
- OpenGl http://www.opengl.org/
- Glut http://www.opengl.org/resources/libraries/glut/
See Data folder for
- Images used in
vjpart - WaveFront (
.obj) meshes and materials (.mtl) are exported usign [Blender] (https://www.blender.org/).