Creates an EPS file showing points and curves on images. More...
#include <mbl/mbl_eps_writer.h>
#include <msm/msm_points.h>
#include <msm/utils/msm_draw_shape_to_eps.h>
#include <vil/vil_resample_bilin.h>
#include <vil/algo/vil_gauss_filter.h>
#include <msm/msm_curve.h>
#include <vgl/vgl_point_2d.h>
#include <vul/vul_arg.h>
#include <vil/vil_load.h>
Go to the source code of this file.
Functions | |
void | print_usage () |
int | main (int argc, char *argv[]) |
Creates an EPS file showing points and curves on images.
Definition in file msm_draw_points_on_image.cxx.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 29 of file msm_draw_points_on_image.cxx.
void print_usage | ( | ) |
Definition at line 19 of file msm_draw_points_on_image.cxx.