under construction caroline steiner & michael beham

18
Under constructio COMPUTER VISION SYSTEMS PROGRAMMING Caroline Steiner & Michael Beham

Upload: shana-stokes

Post on 03-Jan-2016

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Under construction Caroline Steiner & Michael Beham

Under construction

COMPUTER VISIONSYSTEMS

PROGRAMMINGCaroline Steiner & Michael Beham

Page 2: Under construction Caroline Steiner & Michael Beham

OVERVIEWTask

Solution and AlgorithmsChallanges & Problems

Live DemoSummary

Page 3: Under construction Caroline Steiner & Michael Beham

TASKOverview

Solution and AlgorithmsChallanges & Problems

Live DemoSummary

Page 4: Under construction Caroline Steiner & Michael Beham

Task – Game Overview

Players are magicians In factory Want to kill each other No weapons, but spells And objects in factory

Page 5: Under construction Caroline Steiner & Michael Beham

Task – Detection of

Basic Interaction Walking, Turning, Jumping, Cower

Spells Balls Wind Tornado Explosion Throw object Earthquake

Page 6: Under construction Caroline Steiner & Michael Beham

Task - Tools

Microsoft Kinect and Kinect SDK OpenGL and GLSL nVidia Cuda Autodesk Maya + FBX nVidia PhysX

Page 7: Under construction Caroline Steiner & Michael Beham

SOLUTION AND ALGORITHMS

OverviewTask

Challanges & ProblemsLive DemoSummary

Page 8: Under construction Caroline Steiner & Michael Beham

Solution and Algorithms

Collison Detection• Boundingboxes• Forcefields

Kinect Solving• Track Skeleton

Positons• Calculate Bones• Detect Poses

Rendering• Scene• Particles

(Sorting and Rendering)

Page 9: Under construction Caroline Steiner & Michael Beham

Detecting Basic Operation

Walking: Right Feet in height Turning Shoulders to go left/right

Kinect recognize Ground Plane: Jump Cower

Viewdirection Turn Shoulders to look left/right

Page 10: Under construction Caroline Steiner & Michael Beham

Detecting Speels

HandTracking Detecting Hands movements for

Right hand Left hand Both hands

Detected Moves Push forward Whip to the side

Page 11: Under construction Caroline Steiner & Michael Beham

Rendering effects

Particle System Depth of field Shadows Motionblur Parallax Mapping Transparency

Page 12: Under construction Caroline Steiner & Michael Beham

CHALLANGES & PROBLEMS

OverviewTask

Solution and Algorithms

Live DemoSummary

Page 13: Under construction Caroline Steiner & Michael Beham

Challanges

PhysX Effects Integration into the scene Modelling the scene CUDA on different graphics hardware

Page 14: Under construction Caroline Steiner & Michael Beham

Problems

Calculating Joints Orientation Lot to do „Easy“ problems got hard Using too much time with effects

Page 15: Under construction Caroline Steiner & Michael Beham

PROJECT STANDING:

What‘s working? What‘s missing?

Rendering Detecting

Animation Rigid body animation Make game ready Solving some Problems

Will finish it next week(s)

Page 16: Under construction Caroline Steiner & Michael Beham

LIVE DEMO

OverviewTask

Solution and AlgorithmsChallanges & Problems

Summary

Page 17: Under construction Caroline Steiner & Michael Beham

SUMMARY

Overview Task

Solution and AlgorithmsChallanges & Problems

Live Demo

Page 18: Under construction Caroline Steiner & Michael Beham

Summary

Integration to game is missing Lot effects and spells