Cirrus Logic CS485 Especificações Página 124

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 319
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 123
1 2 ... 119 120 121 122 123 124 125 126 127 128 129 ... 318 319

Comentários a estes Manuais

Sem comentários