A camera path with movements, motions and various constraints.
More...
#include </home/werner/origo/vish/ocean/eagle/CameraPath.hpp>
List of all members.
Public Types
Public Member Functions
-
Camera getCamera (double t)
- Get an interpolated camera for a specific physical time.
- Camera & getFrame (int N, double &t)
- Get the nth frame in a sequence for modification.
- const Camera & getFrame (int N, double &t) const
- Get the nth frame in a sequence for inspection (readonly).
-
int getFrameNumber (double t) const
- Get the closest frame number associated with tim.
-
bool loadFile (const char *filename)
-
bool saveFile (const char *filename)
Detailed Description
A camera path with movements, motions and various constraints.
Member Function Documentation
| Camera & Eagle::CameraPath::getFrame |
( |
int |
N, |
|
|
double & |
t |
|
) |
| |
Get the nth frame in a sequence for modification.
- Parameters:
-
| N | The frame |
| t | On output, returns the corresponding physical time for this frame |
| const Camera & Eagle::CameraPath::getFrame |
( |
int |
N, |
|
|
double & |
t |
|
) |
| const |
Get the nth frame in a sequence for inspection (readonly).
- Parameters:
-
| N | The frame |
| t | On output, returns the corresponding physical time for this frame |
The documentation for this class was generated from the following files:
- ocean/eagle/CameraPath.hpp
- ocean/eagle/CameraPath.cpp