ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi Jose,

I am not familiar with the "interpolation derived from color interpolators, preserving dominant edges". However, the pr2_calibration stack deals with this issue by naively upsampling the image before using OpenCV's checkerboard detector. The OpenCV checkerboard detector seems to perform much better on upsampled intensity images.

You can see an example of this approach in pr2_calibration/laser_cb_detector/src/laser_cb_detector.cpp.

Hi Jose,

I am not familiar with the "interpolation derived from color interpolators, preserving dominant edges". However, the pr2_calibration stack deals with this issue by naively upsampling the image before using OpenCV's checkerboard detector. The OpenCV checkerboard detector seems to perform much better on upsampled intensity images.

You can see an example of this approach in pr2_calibration/laser_cb_detector/src/laser_cb_detector.cpp.