Cirrus Logic CS485 Spezifikationen Seite 140

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 319
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 139
1 2 ... 135 136 137 138 139 140 141 142 143 144 145 ... 318 319

Kommentare zu diesen Handbüchern

Keine Kommentare