Jafar
|
Stereosimu is a little module which generate the view of a virtual stereo camera. For that, it uses a basic camera model (for moment, it is pretty trivial) and a dtm.
It can be used to test some algorithm using the result of some stereo camera.
Extra doc for macro can go here... (you can delete this section if not relevant)
The interface of the module is generated from the following files:
try
{ } catch
block for this module. Classes | |
struct | jafar::stereosimu::CosSin |
A structure to store correspondance between angle and their cos / sin. More... | |
struct | jafar::stereosimu::Point |
A structure to store a 3D point x, y and z are double, but represents point. More... | |
class | jafar::stereosimu::Stereosimu |
A class for representing a simulation of stereo For moment, we have a base DTM and we compute some 3d Image on the base of this DTM and a model of camera. More... | |
class | jafar::stereosimu::StereosimuException |
Base class for all exceptions defined in the module stereosimu. More... |
Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |