4#ifndef _image_boundary_h_
5#define _image_boundary_h_
13class Image_boundary_private;
35 void set_input_image (
const char* image_fn);
37 void set_input_image (
const UCharImageType::Pointer image);
55 UCharImageType::Pointer get_output_image ();
The Image_boundary class takes an input image (binary) and computes an output image....
Definition image_boundary.h:22
Image_boundary_private * d_ptr
Definition image_boundary.h:27
The Plm_image class represents a three-dimensional volume. The volume is an abstraction that can co...
Definition plm_image.h:27
UCharImageType::Pointer do_image_boundary(UCharImageType::Pointer image)
Definition image_boundary.cxx:250
#define PLMUTIL_API
Definition plmutil_config.h:26
Volume_boundary_behavior
This enum is used to control the algorithm behavior for voxels at the edge of the volume....
Definition volume_boundary_behavior.h:18
Volume_boundary_type
This enum is used to control the output type for volume bounary detection. If INTERIOR_EDGE,...
Definition volume_boundary_type.h:23