A set of images and its segmentations, related to heart perfusion analysis.
More...
#include <mia/2d/SegSetWithImages.hh>
Additional Inherited Members |
typedef std::vector< CSegFrame > | Frames |
| convenience typedef for the frames comprising a segmentation set
|
Detailed Description
A set of images and its segmentations, related to heart perfusion analysis.
A set of slices containing segmentationinformation as well as the images.
Definition at line 39 of file SegSetWithImages.hh.
Constructor & Destructor Documentation
CSegSetWithImages::CSegSetWithImages |
( |
| ) |
|
CSegSetWithImages::CSegSetWithImages |
( |
const std::string & |
filename, |
|
|
bool |
ignore_path |
|
) |
| |
Read the segmentation set and load the images
- Parameters
-
filename | segmentation set |
ignore_path | if true the image reader will ignore the path assosiated with the images, and use the base directory of the segmentation set. |
Member Function Documentation
Run acropping on the inout images and correct the segmentation information accordingly
- Parameters
-
start | upper left corner of the cropping reagion |
end | lower right corner of the cropping reagion |
crop_filename_base | new file name base for the cropped images |
- Returns
- a new segmentation set with the cropped images and the corrected segmentation information
- Returns
- a vector of the images
void CSegSetWithImages::save_images |
( |
const std::string & |
root | ) |
const |
save the images to their give file names with the given directory as root
- Parameters
-
sets the image series
- Parameters
-
The documentation for this class was generated from the following file: