Function to draw a cross on an image. More...
Go to the source code of this file.
Functions | |
void | mfpf_draw_pose_cross (vimt_image_2d_of< vxl_byte > &image, const mfpf_pose &pose, double ru, double rv, vxl_byte value, unsigned width=1) |
Draw oriented cross onto image, centred on pose.p(). | |
void | mfpf_draw_pose_cross (vimt_image_2d_of< vxl_byte > &image, const mfpf_pose &pose, double ru, double rv, vxl_byte r, vxl_byte g, vxl_byte b) |
Draw oriented cross onto 3-plane image, centred on pose.p(). |
Function to draw a cross on an image.
Definition in file mfpf_draw_pose_cross.h.
void mfpf_draw_pose_cross | ( | vimt_image_2d_of< vxl_byte > & | image, |
const mfpf_pose & | pose, | ||
double | ru, | ||
double | rv, | ||
vxl_byte | value, | ||
unsigned | width | ||
) |
Draw oriented cross onto image, centred on pose.p().
Orientation defined by pose.u(), size by (ru,rv)
Definition at line 12 of file mfpf_draw_pose_cross.cxx.
void mfpf_draw_pose_cross | ( | vimt_image_2d_of< vxl_byte > & | image, |
const mfpf_pose & | pose, | ||
double | ru, | ||
double | rv, | ||
vxl_byte | r, | ||
vxl_byte | g, | ||
vxl_byte | b | ||
) |
Draw oriented cross onto 3-plane image, centred on pose.p().
Orientation defined by pose.u(), size by (ru,rv)
Definition at line 26 of file mfpf_draw_pose_cross.cxx.