25 bool m_bRelaxedComparison =
false;
28 plUInt32 m_MeanSquareErrorThreshold = 100;
46 bool m_bExceededMSE =
false;
48 plUInt32 m_OutputMSE = 0;
67 plUInt8 m_uiOutputMinDiffRgb = 0;
68 plUInt8 m_uiOutputMaxDiffRgb = 0;
69 plUInt8 m_uiOutputMinDiffAlpha = 0;
70 plUInt8 m_uiOutputMaxDiffAlpha = 0;
A class containing image data and associated meta data.
Definition Image.h:103
Input options for plTexComparer.
Definition TexComparer.h:5
plImage m_ExpectedImage
The reference image to compare. Ignored if m_sExpectedFile is filled out.
Definition TexComparer.h:18
plString m_sExpectedFile
Path to a file to load as a reference image. Optional, if m_ExpectedImage is already filled out.
Definition TexComparer.h:12
plImage m_ActualImage
The image to compare. Ignored if m_sActualFile is filled out.
Definition TexComparer.h:21
plString m_sActualFile
Path to a file to load as the input image. Optional, if m_ActualImage is already filled out.
Definition TexComparer.h:15
Compares two images and generates various outputs.
Definition TexComparer.h:33
plImage m_OutputImageDiffRgb
Only the RGB part of the (normalized) difference image.
Definition TexComparer.h:53
plImage m_OutputImageDiffAlpha
Only the Alpha part of the (normalized) difference image.
Definition TexComparer.h:55
plImage m_OutputImageDiff
The (normalized) difference image.
Definition TexComparer.h:51
plTexCompareDesc m_Descriptor
The input data to compare.
Definition TexComparer.h:40
plImage m_ExtractedActualAlpha
Only the Alpha part of the actual input image.
Definition TexComparer.h:62
plImage m_ExtractedExpectedRgb
Only the RGB part of the reference input image.
Definition TexComparer.h:60
plImage m_ExtractedExpectedAlpha
Only the Alpha part of the reference input image.
Definition TexComparer.h:64
plImage m_ExtractedActualRgb
Only the RGB part of the actual input image.
Definition TexComparer.h:58
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54