Home
last modified time | relevance | path

Searched refs:previous_location (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dfeature.c2239 previous_location; in MeanShiftImage() local
2267 previous_location=mean_location; in MeanShiftImage()
2308 distance=(mean_location.x-previous_location.x)* in MeanShiftImage()
2309 (mean_location.x-previous_location.x)+ in MeanShiftImage()
2310 (mean_location.y-previous_location.y)* in MeanShiftImage()
2311 (mean_location.y-previous_location.y)+ in MeanShiftImage()