image_cb_detector/ConfigGoal Message

File: image_cb_detector/ConfigGoal.msg

Raw Message Definition

uint32 num_x     # Number of checkerboard corners in the X direction
uint32 num_y     # Number of corners in the Y direction
float32 spacing_x  # Spacing between corners in the X direction (meters)
float32 spacing_y  # Spacing between corners in the Y direction (meters)

# Specify how many times we want to upsample the image.
#  This is often useful for detecting small checkerboards far away
float32 width_scaling
float32 height_scaling

# Configure openCV's subpixel corner detector
uint32 subpixel_window
int32  subpixel_zero_zone


Compact Message Definition

uint32 num_x
uint32 num_y
float32 spacing_x
float32 spacing_y
float32 width_scaling
float32 height_scaling
uint32 subpixel_window
int32 subpixel_zero_zone