Searched refs:filter (Results 1 - 25 of 1717) sorted by path

1234567891011>>

/external/ImageMagick/Magick++/demo/
H A Ddemos.tap25 for filter in bessel blackman box catrom cubic gaussian hamming hanning hermite lanczos mitchell point quadratic sample scale sinc triangle
27 ./zoom -filter $filter -geometry 600x600 ${SRCDIR}/model.miff zoom_${filter}_out.miff && echo "ok" || echo "not ok"
H A Dzoom.cpp7 // Usage: zoom [-density resolution] [-filter algorithm] [-geometry geometry]
20 << " [-density resolution] [-filter algorithm] [-geometry geometry]"
51 Magick::FilterType filter(LanczosFilter);
73 else if (command.compare("-filter") == 0)
78 filter=PointFilter;
80 filter=BoxFilter;
82 filter=TriangleFilter;
84 filter=HermiteFilter;
86 filter=HanningFilter;
88 filter
[all...]
/external/ImageMagick/Magick++/lib/
H A DImage.cpp846 image()->filter=filterType_;
851 return(constImage()->filter);
4094 image()->filter,exceptionInfo);
4118 newImage=ResizeImage(constImage(),width,height,image()->filter,
4930 newImage=ResizeImage(constImage(),width,height,image()->filter,exceptionInfo);
/external/ImageMagick/MagickCore/
H A DMagickCore-config.in58 --filter-path)
H A Daccelerate-kernels-private.h907 __constant float *filter,const unsigned int width,
944 result+=filter[i+j]*temp[i+j+get_local_id(0)];
949 result+=filter[i]*temp[i+get_local_id(0)];
963 __constant float *filter,const unsigned int width,
1001 result+=filter[i+j]*temp[i+j+get_local_id(1)];
1006 result+=filter[i]*temp[i+get_local_id(1)];
1247 __constant float *filter, const unsigned int filterWidth, const unsigned int filterHeight,
1291 // cache the filter
1293 filterCache[i] = filter[i];
1370 __constant float *filter, cons
[all...]
H A Dconstitute.c715 next->filter,exception);
H A Ddisplay.c4305 composite_info.height,composite_image->filter,exception);
H A Ddraw.c4638 composite_image->filter=image->filter;
H A Dfx.c3537 GetNextImageInList(next)->rows+0.5),next->filter,exception);
3552 morph_images->rows,GetNextImageInList(next)->filter,exception);
5939 Low pass filter outputs are called approximation kernel & high pass
H A Dimage.c3769 option=GetImageOption(image_info,"filter");
3771 image->filter=(FilterType) ParseCommandOption(MagickFilterOptions,
H A Dimage.h222 filter; /* resize/distort filter to apply */ member in struct:_Image
H A Dproperty.c173 image->filter=clone_image->filter;
H A Dresample-private.h28 ResampleFilter **filter)
33 assert(filter != (ResampleFilter **) NULL);
35 if (filter[i] != (ResampleFilter *) NULL)
36 filter[i]=DestroyResampleFilter(filter[i]);
37 filter=(ResampleFilter **) RelinquishMagickMemory(filter);
38 return(filter);
49 **filter; local
55 filter
27 DestroyResampleFilterThreadSet( ResampleFilter **filter) argument
[all...]
H A Dresample.c79 #define FILTER_LUT 1 /* Use a LUT rather then direct filter calls */
87 #define WLUT_WIDTH 1024 /* size of the filter cache */
118 filter;
139 /* Use a Direct call to the filter functions */
147 /* the practical working support of the filter */
172 % weighting (filter) function. For more details see "Fundamentals of Texture
234 SetResampleFilter(resample_filter,image->filter);
310 % o resample_filter: the resample filter.
877 * that the result contains the reconstruction kernel filter support
1024 % size of the ellipse will match the support for the resampling filter bein
117 filter; member in struct:_ResampleFilter
[all...]
H A Dresize.c94 (*filter)(const double,const ResizeFilter *),
96 support, /* filter region of support - the filter support limit */
132 % These are the various filter and windowing functions that are provided.
138 % The individual filter functions have this format...
147 % o resize_filter: current filter information. This allows function to
192 A Box filter is a equal weighting function (all weights equal).
215 Mitchell-Netravali B = 1/3 C = 1/3 "Balanced" cubic spline filter
235 which are used to define the filter:
266 as a filter
92 (*filter)(const double,const ResizeFilter *), member in struct:_ResizeFilter
717 AcquireResizeFilter(const Image *image, const FilterType filter,const MagickBooleanType cylindrical, ExceptionInfo *exception) argument
752 filter, member in struct:__anon106
2265 ResampleImage(const Image *image,const double x_resolution, const double y_resolution,const FilterType filter,ExceptionInfo *exception) argument
2819 ResizeImage(const Image *image,const size_t columns, const size_t rows,const FilterType filter,ExceptionInfo *exception) argument
[all...]
H A Dtransform.c2136 transform_image->filter,exception);
H A Dxwindow.c5549 image->filter,exception);
/external/ImageMagick/MagickWand/
H A Danimate.c149 "-filter type use this filter when resizing an image",
806 if (LocaleCompare("filter",option+1) == 0)
809 filter;
816 filter=ParseCommandOption(MagickFilterOptions,MagickFalse,argv[i]);
817 if (filter < 0)
807 filter; local
H A Dcomposite.c303 "-filter type use this filter when resizing an image",
974 if (LocaleCompare("filter",option+1) == 0) local
977 filter;
984 filter=ParseCommandOption(MagickFilterOptions,MagickFalse,argv[i]);
985 if (filter < 0)
1642 resize_geometry.height,composite_image->filter,exception);
H A Dconvert.c212 "-edge radius apply a filter to detect edges in the image",
215 "-enhance apply a digital filter to enhance a noisy image",
239 "-kuwahara geometry edge preserving noise reduction filter",
251 "-median geometry apply a median filter to the image",
358 "-process arguments process the image with a custom image filter",
402 "-filter type use this filter when resizing an image",
1602 if (LocaleCompare("filter",option+1) == 0)
1605 filter;
1612 filter
1603 filter; local
[all...]
H A Ddisplay.c130 "-edge factor apply a filter to detect edges in the image",
131 "-enhance apply a digital filter to enhance a noisy image",
178 "-filter type use this filter when resizing an image",
1081 if (LocaleCompare("filter",option+1) == 0)
1084 filter;
1091 filter=ParseCommandOption(MagickFilterOptions,MagickFalse,argv[i]);
1092 if (filter < 0)
1082 filter; local
H A Dimport.c153 "-filter type use this filter when resizing an image",
789 if (LocaleCompare("filter",option+1) == 0)
792 filter;
799 filter=ParseCommandOption(MagickFilterOptions,MagickFalse,argv[i]);
800 if (filter < 0)
790 filter; local
H A Dmagick-image.c2823 % MagickEdgeImage() enhance edges within the image with a convolution filter
2959 % MagickEnhanceImage() applies a digital filter that improves the quality of a
7413 % MagickOilPaintImage() applies a special effect filter that simulates an oil
8582 % are windowed (brought down to zero) with the Blackman filter.
8588 % const FilterType filter)
8598 % o filter: Image filter to use.
8602 const double x_resolution,const double y_resolution,const FilterType filter)
8613 resample_image=ResampleImage(wand->images,x_resolution,y_resolution,filter,
8687 % are windowed (brought down to zero) with the Blackman filter
8430 MagickResampleImage(MagickWand *wand, const double x_resolution,const double y_resolution,const FilterType filter) argument
8532 MagickResizeImage(MagickWand *wand, const size_t columns,const size_t rows,const FilterType filter) argument
[all...]
H A Dmogrify.c1811 (*image)->filter,exception);
2184 Median filter image.
2678 geometry_info.sigma,(*image)->filter,exception);
2689 (*image)->filter,exception);
3525 "-edge radius apply a filter to detect edges in the image",
3528 "-enhance apply a digital filter to enhance a noisy image",
3554 "-kuwahara geometry edge preserving noise reduction filter",
3567 "-median geometry apply a median filter to the image",
3674 "-process arguments process the image with a custom image filter",
3715 "-filter typ
4916 filter; local
[all...]
H A Dmontage.c160 "-filter type use this filter when resizing an image",
949 if (LocaleCompare("filter",option+1) == 0)
952 filter;
959 filter=ParseCommandOption(MagickFilterOptions,MagickFalse,argv[i]);
960 if (filter < 0)
950 filter; local

Completed in 613 milliseconds

1234567891011>>