Functions
contrib/mul/mfpf/mfpf_draw_pose_cross.h File Reference

Function to draw a cross on an image. More...

#include <vxl_config.h>
#include <vimt/vimt_image_2d_of.h>
#include <mfpf/mfpf_pose.h>

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().

Detailed Description

Function to draw a cross on an image.

Author:
Tim Cootes

Definition in file mfpf_draw_pose_cross.h.


Function Documentation

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.