Applies the linear modality transform (lpRescale) to the specified value.
Copy Code
|
|
---|---|
AT_INT MED_modality_transform_apply_64(
const AT_MED_MODALITY_RESCALE* lpRescale,
AT_INT64 Value,
LPAT_INT64 lpResult
);
|
lpRescale | const AT_MED_MODALITY_RESCALE* | Pointer to AT_MED_MODALITY_RESCALE structure. |
Value | AT_INT64 | 64-bit value to which to apply Modality transform. |
lpResult | LPAT_INT64 | Far pointer to 64 bit integer, where the function will put resulting value. |
Returns the resulting pixel value.
This function does not process image pixels.