Function to draw lines on an image. More...
#include <vxl_config.h>#include <vimt/vimt_image_2d_of.h>#include <mfpf/mfpf_pose.h>#include <vgl/vgl_fwd.h>#include <vcl_vector.h>Go to the source code of this file.
Functions | |
| void | mfpf_draw_pose_lines (vimt_image_2d_of< vxl_byte > &image, const mfpf_pose &pose, const vcl_vector< vgl_point_2d< double > > &ref_pts, vxl_byte value, unsigned width=1) |
| Draw an open polygon by jointing pose(ref_pts[i]) to pose(ref_pts[i+1]). | |
| void | mfpf_draw_pose_lines (vimt_image_2d_of< vxl_byte > &image, const mfpf_pose &pose, const vcl_vector< vgl_point_2d< double > > &ref_pts, vxl_byte r, vxl_byte g, vxl_byte b, unsigned width=1) |
| Draw an open polygon by jointing pose(ref_pts[i]) to pose(ref_pts[i+1]). | |
Function to draw lines on an image.
Definition in file mfpf_draw_pose_lines.h.
| void mfpf_draw_pose_lines | ( | vimt_image_2d_of< vxl_byte > & | image, |
| const mfpf_pose & | pose, | ||
| const vcl_vector< vgl_point_2d< double > > & | ref_pts, | ||
| vxl_byte | value, | ||
| unsigned | width = 1 |
||
| ) |
Draw an open polygon by jointing pose(ref_pts[i]) to pose(ref_pts[i+1]).
Definition at line 11 of file mfpf_draw_pose_lines.cxx.
| void mfpf_draw_pose_lines | ( | vimt_image_2d_of< vxl_byte > & | image, |
| const mfpf_pose & | pose, | ||
| const vcl_vector< vgl_point_2d< double > > & | ref_pts, | ||
| vxl_byte | r, | ||
| vxl_byte | g, | ||
| vxl_byte | b, | ||
| unsigned | width = 1 |
||
| ) |
Draw an open polygon by jointing pose(ref_pts[i]) to pose(ref_pts[i+1]).
Definition at line 28 of file mfpf_draw_pose_lines.cxx.
1.7.5.1