Cirrus Logic CS485 Especificaciones Pagina 122

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 319
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 121
Intel
®
Image Processing Library Reference Manual
5-12
5
Not
Performs a bitwise NOT
operation on each pixel.
void iplNot(IplImage*
srcImage
, IplImage*
dstImage
);
srcImage
Thesourceimage.
dstImage
The resultant image.
Discussion
The function iplNot() performs a bitwise NOT operation on each pixel
value.
AndS
Performs a bitwise AND
operation of each pixel
with a constant.
void iplAndS(IplImage*
srcImage
, IplImage*
dstImage
,
unsigned int
value
);
srcImage
Thesourceimage.
dstImage
The resultant image.
value
The bit sequence used to perform the bitwise AND
operation on each pixel.
Discussion
The function iplAndS() performs a bitwise AND operation between each
pixel value and
value
. The least significant bit(s) of the
value
are used.
Vista de pagina 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 318 319

Comentarios a estos manuales

Sin comentarios