#include <cv_laser_bridge.h>
Public Member Functions | |
CvLaserBridge () | |
bool | fromIntensity (const calibration_msgs::DenseLaserSnapshot &snapshot, float min_val, float max_val) |
IplImage * | toIpl () |
~CvLaserBridge () | |
Private Member Functions | |
void | fromSnapshot (const calibration_msgs::DenseLaserSnapshot &snapshot, const std::vector< float > &src, float min_val, float max_val) |
bool | reallocIfNeeded (IplImage **img, CvSize sz) |
Private Attributes | |
IplImage * | dest_image_ |
Definition at line 44 of file cv_laser_bridge.h.
laser_cb_detector::CvLaserBridge::CvLaserBridge | ( | ) | [inline] |
Definition at line 44 of file cv_laser_bridge.h.
laser_cb_detector::CvLaserBridge::~CvLaserBridge | ( | ) | [inline] |
Definition at line 49 of file cv_laser_bridge.h.
bool CvLaserBridge::fromIntensity | ( | const calibration_msgs::DenseLaserSnapshot & | snapshot, | |
float | min_val, | |||
float | max_val | |||
) |
Definition at line 41 of file cv_laser_bridge.cpp.
void CvLaserBridge::fromSnapshot | ( | const calibration_msgs::DenseLaserSnapshot & | snapshot, | |
const std::vector< float > & | src, | |||
float | min_val, | |||
float | max_val | |||
) | [private] |
Definition at line 81 of file cv_laser_bridge.cpp.
bool CvLaserBridge::reallocIfNeeded | ( | IplImage ** | img, | |
CvSize | sz | |||
) | [private] |
Definition at line 56 of file cv_laser_bridge.cpp.
IplImage* laser_cb_detector::CvLaserBridge::toIpl | ( | ) | [inline] |
Definition at line 60 of file cv_laser_bridge.h.
IplImage* laser_cb_detector::CvLaserBridge::dest_image_ [private] |
Definition at line 66 of file cv_laser_bridge.h.