This structure specifies linear Modality transform.
Declaration:
Copy Code | |
---|---|
struct AT_MED_MODALITY_RESCALE { AT_DOUBLE Slope; AT_DOUBLE Intercept; }; typedef struct AT_MED_MODALITY_RESCALE; |
Members:
Name | Type | Description |
Slope | AT_DOUBLE | Rescale slope. |
Intercept | AT_DOUBLE | Rescale Intercept. |