Cirrus Logic CS485 Dokumentacja Strona 146

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 319
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 145
Intel
®
Image Processing Library Reference Manual
6-12
6
FixedFilter
Convolves an image with a
predefined kernel.
int iplFixedFilter(IplImage*
srcImage
,
IplImage*
dstImage
, IplFilter
filter
);
srcImage
Thesourceimage.
dstImage
The resultant image.
filter
One of predefined filter kernels (see Discussion for
supported filters).
Discussion
The function iplFixedFilter() is used to convolve the input image
srcImage
with a predefined filter kernel specified by
filter
.The
resulting output image is
dstImage
.
The
filter
kernel can be one of the following:
IPL_PREWITT_3x3_V A gradient filter (vertical Prewitt operator).
This filter uses the kernel
-101
-101
-101
IPL_PREWITT_3x3_H
A gradient filter (horizontal Prewitt operator).
This filter uses the kernel
111
000
-1 -1 -1
IPL_SOBEL_3x3_V A gradient filter (vertical Sobel operator).
This filter uses the kernel
-101
-202
-101
Przeglądanie stron 145
1 2 ... 141 142 143 144 145 146 147 148 149 150 151 ... 318 319

Komentarze do niniejszej Instrukcji

Brak uwag