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

/external/ImageMagick/MagickCore/
H A Dfeature.h55 *MeanShiftImage(const Image *,const size_t,const size_t,const double,
H A Dfeature.c2124 % MeanShiftImage() delineate arbitrarily shaped clusters in the image. For
2136 % The format of the MeanShiftImage method is:
2138 % Image *MeanShiftImage(const Image *image,const size_t width,
2153 MagickExport Image *MeanShiftImage(const Image *image,const size_t width,
2148 MagickExport Image *MeanShiftImage(const Image *image,const size_t width, function
/external/ImageMagick/www/api/
H A Dfeature.php55 <p class="text-center"><a href="feature.php#CannyEdgeImage">CannyEdgeImage</a> &bull; <a href="feature.php#GetImageFeatures">GetImageFeatures</a> &bull; <a href="feature.php#Use HoughLineImage">Use HoughLineImage</a> &bull; <a href="feature.php#MeanShiftImage">MeanShiftImage</a></p>
174 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/feature_8c.html" id="MeanShiftImage">MeanShiftImage</a></h2>
176 <p>MeanShiftImage() delineate arbitrarily shaped clusters in the image. For each pixel, it visits all the pixels in the neighborhood specified by the window centered at the pixel and excludes those that are outside the radius=(window-1)/2 surrounding the pixel. From those pixels, it finds those that are within the specified color distance from the current mean, and computes a new x,y centroid from those coordinates and a new mean. This new x,y centroid is used as the center for a new window. This process iterates until it converges and the final mean is replaces the (original window center) pixel value. It repeats this process for the next pixel, etc., until it processes all pixels in the image. Results are typically better with colorspaces other than sRGB. We recommend YIQ, YUV or YCbCr.</p>
178 <p>The format of the MeanShiftImage method is:</p>
181 Image *MeanShiftImage(const Image *image,const size_t width,
/external/ImageMagick/MagickWand/
H A Doperation.c2764 new_image=MeanShiftImage(_image,(size_t) geometry_info.rho,
H A Dmogrify.c2177 mogrify_image=MeanShiftImage(*image,(size_t) geometry_info.rho,
/external/ImageMagick/PerlMagick/
H A DMagick.xs7599 MeanShiftImage = 280
11257 image=MeanShiftImage(image,(size_t) geometry_info.rho,(size_t)
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in7599 MeanShiftImage = 280
11257 image=MeanShiftImage(image,(size_t) geometry_info.rho,(size_t)

Completed in 2184 milliseconds