Fix bug in testsuite.
This commit is contained in:
parent
1813624992
commit
7486201a7e
@ -156,7 +156,7 @@ float rmsError(const Image * a, const Image * b)
|
||||
|
||||
float mse = 0;
|
||||
|
||||
const uint count = a->width() * b->width();
|
||||
const uint count = a->width() * a->height();
|
||||
|
||||
for (uint i = 0; i < count; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user