/external/ImageMagick/MagickCore/ |
resample.h | 35 PointFilter,
|
resample-private.h | 68 SetResampleFilter(filter[i],PointFilter);
|
resample.c | [all...] |
resize.c | 762 { PointFilter, BoxFilter }, /* SPECIAL: Nearest neighbour */ [all...] |
option.c | [all...] |
/external/opencv3/modules/cudawarping/src/cuda/ |
remap.cu | 215 RemapDispatcher<PointFilter, BrdConstant, T>::call, 216 RemapDispatcher<PointFilter, BrdReplicate, T>::call, 217 RemapDispatcher<PointFilter, BrdReflect, T>::call, 218 RemapDispatcher<PointFilter, BrdWrap, T>::call, 219 RemapDispatcher<PointFilter, BrdReflect101, T>::call
|
warp.cu | 284 WarpDispatcher<Transform, PointFilter, BrdConstant, T>::call, 285 WarpDispatcher<Transform, PointFilter, BrdReplicate, T>::call, 286 WarpDispatcher<Transform, PointFilter, BrdReflect, T>::call, 287 WarpDispatcher<Transform, PointFilter, BrdWrap, T>::call, 288 WarpDispatcher<Transform, PointFilter, BrdReflect101, T>::call
|
/external/ImageMagick/Magick++/demo/ |
zoom.cpp | 78 filter=PointFilter;
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
filters.hpp | 59 template <typename Ptr2D> struct PointFilter 64 explicit __host__ __device__ __forceinline__ PointFilter(const Ptr2D& src_, float fx = 0.f, float fy = 0.f)
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Include.h | 624 using MagickCore::PointFilter; [all...] |