![]() |
Plasma Engine
2.0
|
Input options for plTexComparer. More...
#include <TexComparer.h>
Public Attributes | |
plString | m_sExpectedFile |
Path to a file to load as a reference image. Optional, if m_ExpectedImage is already filled out. | |
plString | m_sActualFile |
Path to a file to load as the input image. Optional, if m_ActualImage is already filled out. | |
plImage | m_ExpectedImage |
The reference image to compare. Ignored if m_sExpectedFile is filled out. | |
plImage | m_ActualImage |
The image to compare. Ignored if m_sActualFile is filled out. | |
bool | m_bRelaxedComparison = false |
plUInt32 | m_MeanSquareErrorThreshold = 100 |
If the comparison yields a larger MSE than this, the images are considered to be too different. | |
Input options for plTexComparer.
bool plTexCompareDesc::m_bRelaxedComparison = false |
If enabled, the image comparison allows for more wiggle room. For images containing single-pixel rasterized lines.