|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::CameraT< T > |
| This class implements the base class for all cameras. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
Typedefs | |
| using | Ocean::Camera = CameraT< Scalar > |
| Definition of an Camera object with Scalar precision. | |
| using | Ocean::CameraD = CameraT< double > |
| Definition of an Camera object with double precision. | |
| using | Ocean::CameraF = CameraT< float > |
| Definition of an Camera object with float precision. | |