imCalcRMSError

Calculates the RMS error between two images (Root Mean Square Error). * * \verbatim im.CalcRMSError(image1: imImage, image2: imImage) -> rms: number [in Lua 5] \endverbatim * \ingroup stats

extern (C) @safe nothrow
float
imCalcRMSError
(
const(imImage)* image1
,
const(imImage)* image2
)

Meta