|
| IUCORE_DLLAPI void | iu::filterMedian3x3 (const ImageGpu_32f_C1 *src, ImageGpu_32f_C1 *dst) |
| | Filters a device image using a 3x3 median filter. More...
|
| |
| IUCORE_DLLAPI void | iu::filterGauss (const ImageGpu_32f_C1 *src, ImageGpu_32f_C1 *dst, float sigma, int kernel_size=0, ImageGpu_32f_C1 *temp=NULL) |
| | Filters a device image using a Gaussian filter. More...
|
| |
|
IUCORE_DLLAPI void | iu::filterGauss (const VolumeGpu_32f_C1 *src, VolumeGpu_32f_C1 *dst, float sigma, int kernel_size=0) |
| |
|
IUCORE_DLLAPI void | iu::filterGauss (const ImageGpu_32f_C4 *src, ImageGpu_32f_C4 *dst, float sigma, int kernel_size=0) |
| |
| IUCORE_DLLAPI void | iu::filterEdge (const iu::ImageGpu_32f_C1 *src, iu::ImageGpu_32f_C2 *dst) |
| |
| IUCORE_DLLAPI void | iu::filterEdge (const iu::ImageGpu_32f_C1 *src, iu::ImageGpu_32f_C1 *dst, float alpha, float beta, float minval) |
| |
|
IUCORE_DLLAPI void | iu::filterEdge (const iu::ImageGpu_32f_C1 *src, iu::ImageGpu_32f_C2 *dst, float alpha, float beta, float minval) |
| |
|
IUCORE_DLLAPI void | iu::filterEdge (const iu::ImageGpu_32f_C1 *src, iu::ImageGpu_32f_C4 *dst, float alpha, float beta, float minval) |
| |
|
IUCORE_DLLAPI void | iu::filterEdge (const iu::ImageGpu_32f_C4 *src, iu::ImageGpu_32f_C1 *dst, float alpha, float beta, float minval) |
| |
|
IUCORE_DLLAPI void | iu::filterEdge (const iu::ImageGpu_32f_C4 *src, iu::ImageGpu_32f_C2 *dst, float alpha, float beta, float minval) |
| |
|
IUCORE_DLLAPI void | iu::filterEdge (const iu::ImageGpu_32f_C4 *src, iu::ImageGpu_32f_C4 *dst, float alpha, float beta, float minval) |
| |
|
IUCORE_DLLAPI void | iu::cubicBSplinePrefilter (iu::ImageGpu_32f_C1 *srcdst) |
| |
Filters for 2D images.