SIVIC API
0.9.26
|
#include <svkDSCRecovery.h>
Public Member Functions | |
vtkTypeMacro (svkDSCRecovery, svkDynamicImageMap) | |
Public Member Functions inherited from svkDynamicImageMap | |
vtkTypeMacro (svkDynamicImageMap, svkImageAlgorithm) | |
void | SetSeriesDescription (vtkstd::string newSeriesDescription) |
void | SetOutputDataType (svkDcmHeader::DcmPixelDataFormat dataType) |
void | SetZeroCopy (bool zeroCopy) |
void | SetNormalize () |
Public Member Functions inherited from svkImageAlgorithm | |
vtkTypeMacro (svkImageAlgorithm, vtkImageAlgorithm) | |
svkImageData * | GetOutput () |
svkImageData * | GetOutput (int port) |
svkImageData * | GetImageDataInput (int port) |
Static Public Member Functions | |
static svkDSCRecovery * | New () |
Protected Member Functions | |
svkDSCRecovery () | |
~svkDSCRecovery () | |
double | GetRecovery (float *imgPtr, int voxelID) |
Protected Member Functions inherited from svkDynamicImageMap | |
svkDynamicImageMap () | |
~svkDynamicImageMap () | |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
void | ZeroData () |
virtual int | FillInputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
virtual int | FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
virtual void | UpdateProvenance () |
virtual double | GetNoise (float *imgPtr) |
double | GetNormalizationFactor () |
void | GetRegression (int voxelID, int startPt, int endPt, double &slope, double &intercept) |
Protected Member Functions inherited from svkImageAlgorithm | |
svkImageAlgorithm () | |
~svkImageAlgorithm () | |
Additional Inherited Members | |
Protected Attributes inherited from svkDynamicImageMap | |
vtkstd::string | newSeriesDescription |
bool | normalize |
Class to derive peak height and normalized peak height map from a DSC image in delta R2* representation.
|
protected |
|
protected |
|
protected |
Gets % Recovery from the DSC curve (DeltaR2*). If the S/N is < 5 returns 0.
References svkImageData::GetDcmHeader(), svkImageAlgorithm::GetImageDataInput(), svkImageData::GetIndexFromID(), svkDcmHeader::GetNumberOfTimePoints(), svkImageData::GetNumberOfVoxels(), and svkDynamicImageMap::GetRegression().
|
static |
vtkTypeMacro | ( | svkDSCRecovery | , |
svkDynamicImageMap | |||
) |