Cirrus Logic CS485 Especificações Página 122

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

Comentários a estes Manuais

Sem comentários