STIR
6.2.0
|
Utility program for getting ROI values. More...
#include "stir/utilities.h"
#include "stir/evaluation/compute_ROI_values.h"
#include "stir/Shape/DiscretisedShape3D.h"
#include "stir/VoxelsOnCartesianGrid.h"
#include "stir/DataProcessor.h"
#include "stir/KeyParser.h"
#include "stir/is_null_ptr.h"
#include "stir/IO/read_from_file.h"
#include "stir/warning.h"
#include "stir/error.h"
#include <iostream>
#include <iomanip>
#include <fstream>
#include <vector>
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
int | main (int argc, char *argv[]) |
Utility program for getting ROI values.
The .par file has the following format
ROIValues Parameters := ; give the ROI an (optional) name. Defaults to the empty string. ROI name := some name ; see Shape3D hierarchy for possible values ROI Shape type:=ellipsoid ;; ellipsoid parameters here ; if more than 1 ROI is desired, you can do this next shape := ROI name := some other name ROI Shape type:=ellipsoidal cylinder ;; parameters here number of samples to take for ROI template-z:=1 number of samples to take for ROI template-y:=1 number of samples to take for ROI template-x:=1 ; specify (optional) filter to apply before computing ROI values ; see ImageProcessor hierarchy for possible values Image Filter type:=None End:=