Searched refs:mean_pixel (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dfeature.c2223 mean_pixel,
2233 GetPixelInfo(image,&mean_pixel);
2234 GetPixelInfoPixel(image,p,&mean_pixel);
2257 previous_pixel=mean_pixel;
2274 distance=(mean_pixel.red-pixel.red)*(mean_pixel.red-pixel.red)+
2275 (mean_pixel.green-pixel.green)*(mean_pixel.green-pixel.green)+
2276 (mean_pixel.blue-pixel.blue)*(mean_pixel
2218 mean_pixel, local
[all...]

Completed in 85 milliseconds