ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / MD Component API Reference / MD Component Structures Reference / AT_MED_MODALITY_RESCALE
In This Topic
    AT_MED_MODALITY_RESCALE
    In This Topic

    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.