#include <calibrator.h>
|
bool | calibrateCallback (visp_camera_calibration::calibrate::Request &req, visp_camera_calibration::calibrate::Response &res) |
| service performing the calibration from all previously computed calibration objects. More...
|
|
void | pointCorrespondenceCallback (const visp_camera_calibration::CalibPointArray::ConstPtr &point_correspondence) |
| callback corresponding to the point_correspondence topic. Adds the obtained calibration pairs objects to an internal calibration list. More...
|
|
Definition at line 62 of file calibrator.h.
◆ calibrate_service_callback_t
service type declaration for calibrate service
Definition at line 97 of file calibrator.h.
◆ point_correspondence_subscriber_callback_t
subscriber type declaration for raw_image topic subscriber
Definition at line 93 of file calibrator.h.
◆ Calibrator()
visp_camera_calibration::Calibrator::Calibrator |
( |
| ) |
|
◆ ~Calibrator()
visp_camera_calibration::Calibrator::~Calibrator |
( |
| ) |
|
|
virtual |
◆ calibrateCallback()
bool visp_camera_calibration::Calibrator::calibrateCallback |
( |
visp_camera_calibration::calibrate::Request & |
req, |
|
|
visp_camera_calibration::calibrate::Response & |
res |
|
) |
| |
|
private |
service performing the calibration from all previously computed calibration objects.
Definition at line 96 of file calibrator.cpp.
◆ pointCorrespondenceCallback()
void visp_camera_calibration::Calibrator::pointCorrespondenceCallback |
( |
const visp_camera_calibration::CalibPointArray::ConstPtr & |
point_correspondence | ) |
|
|
private |
callback corresponding to the point_correspondence topic. Adds the obtained calibration pairs objects to an internal calibration list.
- Parameters
-
image_and_points | image of the grid and selected keypoints to compute on |
Definition at line 81 of file calibrator.cpp.
◆ spin()
void visp_camera_calibration::Calibrator::spin |
( |
| ) |
|
◆ calibrate_service_
◆ calibrations_
std::vector<vpCalibration> visp_camera_calibration::Calibrator::calibrations_ |
|
private |
◆ model_points_
std::vector<vpPoint> visp_camera_calibration::Calibrator::model_points_ |
|
private |
◆ n_
◆ point_correspondence_subscriber_
ros::Subscriber visp_camera_calibration::Calibrator::point_correspondence_subscriber_ |
|
private |
◆ queue_size_
unsigned long visp_camera_calibration::Calibrator::queue_size_ |
|
private |
◆ selected_points_
std::vector<vpPoint> visp_camera_calibration::Calibrator::selected_points_ |
|
private |
◆ set_camera_info_bis_service_
◆ set_camera_info_service_
The documentation for this class was generated from the following files: