|
RAVE
|
Radvol-QC algorithms for speck removal. More...
Go to the source code of this file.
Typedefs | |
| typedef struct _RadvolSpeck_t | RadvolSpeck_t |
| Defines a RadvolSpeck. | |
Functions | |
| int | RadvolSpeck_speckRemoval_scan (PolarScan_t *scan, Radvol_params_t *params, char *paramFileName) |
| Runs algorithm for speck removal and quality characterization with parameters from XML file. | |
| int | RadvolSpeck_speckRemoval_pvol (PolarVolume_t *pvol, Radvol_params_t *params, char *paramFileName) |
| Runs algorithm for speck removal and quality characterization with parameters from XML file. | |
Variables | |
| RaveCoreObjectType | RadvolSpeck_TYPE |
| Type definition to use when creating a rave object. | |
Radvol-QC algorithms for speck removal.
| typedef struct _RadvolSpeck_t RadvolSpeck_t |
Defines a RadvolSpeck.
| int RadvolSpeck_speckRemoval_pvol | ( | PolarVolume_t * | pvol, |
| Radvol_params_t * | params, | ||
| char * | paramFileName ) |
Runs algorithm for speck removal and quality characterization with parameters from XML file.
| pvol | - input polar volume |
| params | - struct containing algorithm-specific parameter settings |
| paramFileName | - name of XML file with parameters (otherwise default values are applied) |
| int RadvolSpeck_speckRemoval_scan | ( | PolarScan_t * | scan, |
| Radvol_params_t * | params, | ||
| char * | paramFileName ) |
Runs algorithm for speck removal and quality characterization with parameters from XML file.
| scan | - input polar scan |
| params | - struct containing algorithm-specific parameter settings |
| paramFileName | - name of XML file with parameters (otherwise default values are applied) |
|
extern |
Type definition to use when creating a rave object.