Cirrus Logic CS485 Dokumentacja Strona 140

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 319
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 139
Intel
®
Image Processing Library Reference Manual
6-6
6
nShiftR
Scale the resulting output pixel by shifting it to
the right
nShiftR
times.
Discussion
Functions iplCreateConvKernel() and iplCreateConvKernelFP() are
used to create convolution kernels of arbitrary size with arbitrary anchor
point. The function
iplCreateConvKernelChar() serves primarily for
compatibility with previous releases of the library. It uses
char rather than
integer input values to creates the same kernel as
iplCreateConvKernel().
Return Value
A pointer to the convolution kernel structure IplConvKernel.
GetConvKernel, GetConvKernelChar
GetConvKernelFP
Reads the attributes of a
convolution kernel.
void iplGetConvKernel(IplConvKernel*
kernel
, int*
nCols
,
int*
nRows
, int*
anchorX
, int*
anchorY
, int**
values
,
int*
nShiftR
);
void iplGetConvKernelChar(IplConvKernel*
kernel
, int*
nCols
, int*
nRows
, int*
anchorX
, int*
anchorY
, char**
values
, int*
nShiftR
);
void iplGetConvKernelFP(IplConvKernelFP*
kernel
, int*
nCols
, int*
nRows
, int*
anchorX
, int*
anchorY
, float**
values
);
kernel
The kernel to get the attributes for. The attributes
are returned in the remaining arguments.
Przeglądanie stron 139
1 2 ... 135 136 137 138 139 140 141 142 143 144 145 ... 318 319

Komentarze do niniejszej Instrukcji

Brak uwag