Classes | Defines | Typedefs
gmm.h File Reference
#include <math.h>
#include <time.h>
#include <opencv2/core/core.hpp>
#include <vector>
#include <limits>
#include <iostream>
#include <fstream>
#include <boost/filesystem.hpp>
#include <boost/format.hpp>
Include dependency graph for gmm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaussian
class  GMM

Defines

#define _USE_MATH_DEFINES
#define HALF_NUM_GMM_DIMS   (float)NUM_GMM_DIMS/2
#define NUM_GMM_DIMS   3
#define NUM_SIGMA_VALS   (NUM_GMM_DIMS*(NUM_GMM_DIMS+1))/2

Typedefs

typedef cv::Vec< float,
NUM_GMM_DIMS
GMMFloatPnt
typedef cv::Vec< float,
NUM_SIGMA_VALS
GMMSigmaVal

Define Documentation

Class for 3D Gaussian Mixture Model

Author:
Ahmad Humayun
nakazawa.atsushi

Definition at line 10 of file gmm.h.

#define HALF_NUM_GMM_DIMS   (float)NUM_GMM_DIMS/2

Definition at line 25 of file gmm.h.

#define NUM_GMM_DIMS   3

Definition at line 24 of file gmm.h.

Definition at line 26 of file gmm.h.


Typedef Documentation

typedef cv::Vec<float, NUM_GMM_DIMS> GMMFloatPnt

Definition at line 28 of file gmm.h.

typedef cv::Vec<float, NUM_SIGMA_VALS> GMMSigmaVal

Definition at line 29 of file gmm.h.



tabletop_pushing
Author(s): Tucker Hermans
autogenerated on Wed Nov 27 2013 11:59:44