|
STIR
6.3.0
|
An example of a method to compute the objective function value of an image and then perform basic iterative gradient ascent. All parameters are parsed from a parameter file. More...
#include "stir/IO/OutputFileFormat.h"#include "stir/recon_buildblock/PoissonLogLikelihoodWithLinearModelForMeanAndProjData.h"#include "stir/IO/read_from_file.h"#include "stir/is_null_ptr.h"#include "stir/error.h"Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
Functions | |
| int | main (int argc, char **argv) |
An example of a method to compute the objective function value of an image and then perform basic iterative gradient ascent. All parameters are parsed from a parameter file.
It illustrates
Note that the same functionality could be provided without deriving a new class from stir::ParsingObject. One could have a stir::KeyParser object in main() and fill it in directly.
See README.txt in the directory where this file is located.
1.8.13