nvidia-texture-tools/src/nvimage/ErrorMetric.h

16 lines
395 B
C
Raw Normal View History

2010-11-11 19:13:01 +00:00
#include "nvimage.h"
namespace nv
{
class FloatImage;
float rmsColorError(const FloatImage * img, const FloatImage * ref, bool alphaWeight);
float rmsAlphaError(const FloatImage * img, const FloatImage * ref);
float cieLabError(const FloatImage * img, const FloatImage * ref);
float spatialCieLabError(const FloatImage * img, const FloatImage * ref);
} // nv namespace