Cirrus Logic CS485 Especificaciones Pagina 120

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 319
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 119
Intel
®
Image Processing Library Reference Manual
5-10
5
Monadic Logical Operations
The sections that follow describe the functions that perform monadic
logical operations. All these functions use a single input image to create an
output image.
LShiftS
Shifts pixel values’ bits
to the left.
void iplLShiftS(IplImage*
srcImage
, IplImage*
dstImage
,
unsigned int
nShift
);
srcImage
Thesourceimage.
dstImage
The resultant image.
nShift
The number of bits by which to shift each pixel value to
the left.
Discussion
The function iplLShiftS() changes the intensity of the source image by
shifting the bits in each pixel value by
nShift
bits to the left. The positions
vacated after shifting the bits are filled with zeros.
Vista de pagina 119
1 2 ... 115 116 117 118 119 120 121 122 123 124 125 ... 318 319

Comentarios a estos manuales

Sin comentarios