Cirrus Logic CS485 Dokumentacja Strona 122

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 319
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 318 319

Komentarze do niniejszej Instrukcji

Brak uwag