nvidia-texture-tools/src/nvimage/ErrorMetric.h
2010-11-11 19:13:01 +00:00

16 lines
395 B
C++

#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