Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dfeature.c2238 mean_location, in MeanShiftImage() local
2246 mean_location.x=(double) x; in MeanShiftImage()
2247 mean_location.y=(double) y; in MeanShiftImage()
2267 previous_location=mean_location; in MeanShiftImage()
2283 MagickRound(mean_location.x+u),(ssize_t) MagickRound( in MeanShiftImage()
2284 mean_location.y+v),&pixel,exception); in MeanShiftImage()
2290 sum_location.x+=mean_location.x+u; in MeanShiftImage()
2291 sum_location.y+=mean_location.y+v; in MeanShiftImage()
2302 mean_location.x=gamma*sum_location.x; in MeanShiftImage()
2303 mean_location.y=gamma*sum_location.y; in MeanShiftImage()
[all …]