Main Page · Modules · All Classes · Class Hierarchy |
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... | |
enum MEProcessStateType |
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.
MEPoint MEComputeLineIntersection | ( | const MEPoint & | line1_point1, |
const MEPoint & | line1_point2, | ||
const MEPoint & | line2_point1, | ||
const MEPoint & | line2_point2 | ||
) |
Compute intersection point between two lines.
line1_point1 | First point of a first line |
line1_point2 | Second point of a first line |
line2_point1 | First point of a second line |
line2_point2 | Second point of a second line |
Definition at line 55 of file MEDefs.cpp.
Get the interior angle between three points.
point1 | First point |
point2 | Middle point |
point3 | Third point |
Definition at line 45 of file MEDefs.cpp.