Tool to load in a 3D image and produce 2D slices. More...
#include <vul/vul_arg.h>
#include <vcl_iostream.h>
#include <vil3d/vil3d_property.h>
#include <vil3d/vil3d_load.h>
#include <vil3d/vil3d_convert.h>
#include <vil3d/vil3d_slice.h>
#include <vil/vil_convert.h>
#include <vil/vil_save.h>
#include <vil/vil_crop.h>
#include <vil/vil_resample_bilin.h>
#include <vnl/vnl_math.h>
#include <vxl_config.h>
Go to the source code of this file.
Functions | |
void | print_usage () |
void | save_slice (const vil_image_view< float > &image, float wi, float wj, double border, vcl_string path) |
int | main (int argc, char **argv) |
Tool to load in a 3D image and produce 2D slices.
Definition in file vil3d_slice_image.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 58 of file vil3d_slice_image.cxx.
void print_usage | ( | ) |
Definition at line 20 of file vil3d_slice_image.cxx.
void save_slice | ( | const vil_image_view< float > & | image, |
float | wi, | ||
float | wj, | ||
double | border, | ||
vcl_string | path | ||
) |
Definition at line 26 of file vil3d_slice_image.cxx.