Plasma Engine  2.0
Loading...
Searching...
No Matches
plTexCompareDesc Class Reference

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.
 

Detailed Description

Input options for plTexComparer.

Member Data Documentation

◆ m_bRelaxedComparison

bool plTexCompareDesc::m_bRelaxedComparison = false

If enabled, the image comparison allows for more wiggle room. For images containing single-pixel rasterized lines.


The documentation for this class was generated from the following file: