ImageGear for C and C++ on Linux v20.0 - Updated
AT_MED_MODALITY_RESCALE
API Reference Guide > MD Component API Reference > MD Component Structures Reference > AT_MED_MODALITY_RESCALE

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.
Is this page helpful?
Yes No
Thanks for your feedback.