blur_reconstruct=DestroyImage(blur_reconstruct);
return(MagickFalse);
}
- for (i=0; i < 8; i++)
+ for (i=0; i < 7; i++)
{
ssize_t
channel;
/*
Compute sum of moment differences squared.
*/
- if (i == 2)
- continue; /* I3 is not independent of other moments */
for (channel=0; channel < MaxPixelChannels; channel++)
{
double
image_moments=(ChannelMoments *) RelinquishMagickMemory(image_moments);
return(MagickFalse);
}
- for (i=0; i < 8; i++)
+ for (i=0; i < 7; i++)
{
ssize_t
channel;
/*
Compute sum of moment differences squared.
*/
- if (i == 2)
- continue; /* I3 is not independent of other moments */
for (channel=0; channel < MaxPixelChannels; channel++)
{
double