KINECT STATS GENERATOR FOR SPORTS VISUALISATION  1.0
StatsVisualization.h File Reference

stats visualization More...

#include "ScreenQuad.h"
#include "PlayerData.h"
#include <ngl/Camera.h>
#include <ngl/Colour.h>
#include <ngl/TransformStack.h>
#include <ngl/ShaderLib.h>
#include <ngl/VertexArrayObject.h>
#include <ngl/Text.h>
#include "opencv2/opencv.hpp"
#include <opencv2/core/core.hpp>
#include <iostream>
#include <string>
#include <QtOpenGL>
+ Include dependency graph for StatsVisualization.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VertData
class  StatsVisualization
 Our Statistics window which queries the player data and renders it to the screen. More...

Enumerations

enum  WHOSE_STATS { PLAYERA, PLAYERB, BOTH }
enum  WHICH_STAT {
  IMPACT_POINTS_VIEW, IMPACT_PERCENTAGE_DISTRIBUTION_VIEW, IMPACT_HEIGHT_MAP_VIEW, TRAJECTORY_VIEW,
  VELOCITY_VIEW, RPM_VIEW
}

Detailed Description

stats visualization

Author:
Santosh
Version:
1.0
Date:
16/08/13

Definition in file StatsVisualization.h.


Enumeration Type Documentation

enum WHICH_STAT
Enumerator:
IMPACT_POINTS_VIEW 
IMPACT_PERCENTAGE_DISTRIBUTION_VIEW 
IMPACT_HEIGHT_MAP_VIEW 
TRAJECTORY_VIEW 
VELOCITY_VIEW 
RPM_VIEW 

Definition at line 44 of file StatsVisualization.h.

Enumerator:
PLAYERA 
PLAYERB 
BOTH 

Definition at line 37 of file StatsVisualization.h.

 All Classes Files Functions Variables Enumerations Enumerator