Cirrus Logic CS485 Especificaciones Pagina 124

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 319
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 123
Intel
®
Image Processing Library Reference Manual
5-14
5
XorS
Performs a bitwise XOR
operation of each pixel
with a constant.
void iplXorS(IplImage*
srcImage
, IplImage*
dstImage
,
unsigned int
value
);
srcImage
Thesourceimage.
dstImage
The resultant image.
value
The bit sequence used to perform the bitwise XOR
operation on each pixel.
Discussion
The function iplXorS() performs a bitwise XOR between each pixel
value and
value
. The least significant bit(s) of the
value
are used.
Dyadic Logical Operations
This section describes the library functions that perform dyadic logical
operations. These functions use two input images to create an output
image.
Vista de pagina 123
1 2 ... 119 120 121 122 123 124 125 126 127 128 129 ... 318 319

Comentarios a estos manuales

Sin comentarios