|
ACT-CV - Machine Vision for Cognitive Modeling
|
line functions More...

Go to the source code of this file.
Macros | |
| #define | _USE_MATH_DEFINES |
| #define | _PI 3.1415926536 |
| #define | M_PI 3.1415926536 |
Functions | |
| ostream & | operator<< (ostream &out, const Linie &linie) |
| double | GetWinkelDiff (double w1, double w2) |
| difference of two angles in [-pi/2;pi/2] More... | |
| #define _PI 3.1415926536 |
Definition at line 40 of file linien.cpp.
| #define _USE_MATH_DEFINES |
Definition at line 33 of file linien.cpp.
| #define M_PI 3.1415926536 |
Definition at line 42 of file linien.cpp.
Referenced by GetWinkelDiff().
| double GetWinkelDiff | ( | double | w1, |
| double | w2 | ||
| ) |
difference of two angles in [-pi/2;pi/2]
Definition at line 76 of file linien.cpp.
References M_PI.
Referenced by OpticalFlow::Particle::Found(), and OpticalFlow::PrintFlowField().
| ostream& operator<< | ( | ostream & | out, |
| const Linie & | linie | ||
| ) |
Definition at line 48 of file linien.cpp.
References Linie::GetLinks(), Linie::GetOben(), Linie::GetRechts(), and Linie::GetUnten().