Shapeworks Studio
2.1
Shape analysis software suite
|
#include <bounding_box.h>
Public Types | |
typedef T | pixel_type |
typedef itk::Image< T, D > | image_type |
typedef image_type::RegionType | region_type |
Public Types inherited from shapetools::tool< T, D > | |
typedef T | PixelType |
typedef itk::Image< T, D > | ImageType |
Public Member Functions | |
bounding_box (const char *fname) | |
virtual void | operator() (typename image_type::Pointer) |
const pixel_type | background () const |
pixel_type & | background () |
const region_type & | region () const |
region_type & | region () |
Public Member Functions inherited from shapetools::tool< T, D > | |
virtual void | operator() (typename ImageType::Pointer)=0 |
Computes the smallest bounding box around the foreground (in pixel coordinates).
Definition at line 33 of file bounding_box.h.