Apollo 10.0
自动驾驶开放平台
|
#include <undistortion_handler.h>
Public 成员函数 | |
UndistortionHandler () | |
~UndistortionHandler () | |
bool | set_device (int device) |
bool | Init (const std::string &sensor_name, int device) |
void | InitUndistortRectifyMap (const Eigen::Matrix3f &camera_model, const Eigen::Matrix< float, 8, 1 > &distortion, const Eigen::Matrix3f &R, const Eigen::Matrix3f &new_camera_model, int width, int height, base::Blob< float > *d_mapx, base::Blob< float > *d_mapy) |
bool | Handle (const base::Image8U &src_img, base::Image8U *dst_img) |
: Processing each image @params: src_img - input image array dst_img - output image array | |
bool | Release (void) |
在文件 undistortion_handler.h 第 28 行定义.
|
inline |
在文件 undistortion_handler.h 第 30 行定义.
|
inline |
在文件 undistortion_handler.h 第 32 行定义.
bool apollo::perception::camera::UndistortionHandler::Handle | ( | const base::Image8U & | src_img, |
base::Image8U * | dst_img | ||
) |
: Processing each image @params: src_img - input image array dst_img - output image array
在文件 undistortion_handler.cc 第 85 行定义.
bool apollo::perception::camera::UndistortionHandler::Init | ( | const std::string & | sensor_name, |
int | device | ||
) |
在文件 undistortion_handler.cc 第 45 行定义.
void apollo::perception::camera::UndistortionHandler::InitUndistortRectifyMap | ( | const Eigen::Matrix3f & | camera_model, |
const Eigen::Matrix< float, 8, 1 > & | distortion, | ||
const Eigen::Matrix3f & | R, | ||
const Eigen::Matrix3f & | new_camera_model, | ||
int | width, | ||
int | height, | ||
base::Blob< float > * | d_mapx, | ||
base::Blob< float > * | d_mapy | ||
) |
在文件 undistortion_handler.cc 第 103 行定义.
bool apollo::perception::camera::UndistortionHandler::Release | ( | void | ) |
在文件 undistortion_handler.cc 第 98 行定义.
bool apollo::perception::camera::UndistortionHandler::set_device | ( | int | device | ) |
在文件 undistortion_handler.cc 第 30 行定义.