Apollo  6.0
Open source self driving car software
Classes | Namespaces | Typedefs
distortion_model.h File Reference
#include <memory>
#include <string>
#include "modules/perception/base/camera.h"
Include dependency graph for distortion_model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apollo::perception::base::BaseCameraDistortionModel
 
class  apollo::perception::base::BrownCameraDistortionModel
 

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::perception
 apollo::perception
 
 apollo::perception::base
 

Typedefs

using apollo::perception::base::BrownCameraDistortionModelPtr = std::shared_ptr< BrownCameraDistortionModel >
 
using apollo::perception::base::BrownCameraDistortionModelConstPtr = std::shared_ptr< const BrownCameraDistortionModel >