XMM - Probabilistic Models for Motion Recognition and Mapping

Public Attributes | List of all members
xmm::Ellipse Struct Reference

Structure for storing Ellipse parameters. More...

#include <xmmGaussianDistribution.hpp>

Public Attributes

float x
 x center position More...
 
float y
 y center position More...
 
float width
 width: minor axis length More...
 
float height
 height: major axis length More...
 
float angle
 angle (radians) More...
 

Detailed Description

Structure for storing Ellipse parameters.

Member Data Documentation

float xmm::Ellipse::angle

angle (radians)

float xmm::Ellipse::height

height: major axis length

float xmm::Ellipse::width

width: minor axis length

float xmm::Ellipse::x

x center position

float xmm::Ellipse::y

y center position


The documentation for this struct was generated from the following file: