Table of contents

Enumeration TransformMatrixType

TransformMatrixType describes the transform matrix types.

  • C++
typedef enum TransformMatrixType
{
    /**Represents a transformation matrix that converts coordinates from the local image to the original image.*/
    TMT_LOCAL_TO_ORIGINAL_IMAGE,
    /**Represents a transformation matrix that converts coordinates from the original image to the local image.*/
    TMT_ORIGINAL_TO_LOCAL_IMAGE,
    /**Represents a transformation matrix that converts coordinates from the rotated image to the original image.*/
    TMT_ROTATED_TO_ORIGINAL_IMAGE,
    /**Represents a transformation matrix that converts coordinates from the original image to the rotated image.*/
    TMT_ORIGINAL_TO_ROTATED_IMAGE
    /**Represents a transformation matrix that converts coordinates from the local image to the section image.*/
    TMT_LOCAL_TO_SECTION_IMAGE,
    /**Represents a transformation matrix that converts coordinates from the section image to the local image.*/
    TMT_SECTION_TO_LOCAL_IMAGE
} TransformMatrixType;

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: