ImageGear for .NET
ImGearLinearTransform Structure
Members  See Also  Send Feedback
ImageGear21.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace : ImGearLinearTransform Structure




Glossary Item Box

Encapsulates coefficients for a linear floating-point one-dimensional transform.

Object Model

ImGearLinearTransform StructureImGearLinearTransform Structure

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Remarks

Result of the transform is calculated as:

y = x * Slope + Intercept

This class can be used to hold DICOM Modality Rescale coefficients.

Inheritance Hierarchy

System.Object
   System.ValueType
      ImageGear.Formats.DICOM.ImGearLinearTransform

See Also

©2013. Accusoft Corporation. All Rights Reserved.