Main Page · Modules · All Classes · Class Hierarchy
Classes | Enumerations | Functions
Mindeye

Classes

class  MECalibration
 Calibration for a single camera. More...
 
class  MECapture
 Capture functions for webcams and video file handling. More...
 
struct  MEColor
 Color. More...
 
struct  MEPoint
 Point. More...
 
class  MEHistogram
 The class provides basic histogram operations. More...
 
class  MEHistogramTransform
 The class provides histogram operations. More...
 
class  MEImage
 Image. More...
 
class  MEMotionDetection
 Extract moving objects from image sequence. More...
 
class  MESceneChanges
 Detect scene changes. More...
 

Enumerations

Functions

float MEGetInteriorAngle (const MEPoint &point1, const MEPoint &point2, const MEPoint &point3)
 Get the interior angle between three points. More...
 
MEPoint MEComputeLineIntersection (const MEPoint &line1_point1, const MEPoint &line1_point2, const MEPoint &line2_point1, const MEPoint &line2_point2)
 Compute intersection point between two lines. More...
 

Detailed Description

Enumeration Type Documentation

Process state

Enumerator
ps_Uninitialized 

Uninitialized state

ps_Initialized 

Initialized state

ps_InProgress 

In progress state

ps_Successful 

Successful state

Definition at line 30 of file MEDefs.hpp.

Function Documentation

MEPoint MEComputeLineIntersection ( const MEPoint line1_point1,
const MEPoint line1_point2,
const MEPoint line2_point1,
const MEPoint line2_point2 
)

Compute intersection point between two lines.

Parameters
line1_point1First point of a first line
line1_point2Second point of a first line
line2_point1First point of a second line
line2_point2Second point of a second line
Returns
Intersection point otherwise (-1, -1)

Definition at line 55 of file MEDefs.cpp.

float MEGetInteriorAngle ( const MEPoint point1,
const MEPoint point2,
const MEPoint point3 
)

Get the interior angle between three points.

Parameters
point1First point
point2Middle point
point3Third point
Returns
Angles in degrees

Definition at line 45 of file MEDefs.cpp.