Defines the functions available when working with polar scans.
Defines the functions available when working with polar volumes.
Radvol-QC general structures and algorithms.
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.
Definition radvolspeck.c:357
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.
Definition radvolspeck.c:402
RaveCoreObjectType RadvolSpeck_TYPE
Type definition to use when creating a rave object.
Definition radvolspeck.c:449
Generic implementation of an object that is used within rave.
Represents one scan in a volume.
Definition polarscan.c:47
Represents a volume.
Definition polarvolume.c:51
Represents the RadvolSpeck algorithm.
Definition radvolspeck.c:36
Represents argument parameters for Radvol's algorithms.
Definition radvol.h:88
The rave object type definition.
Definition rave_object.h:52