Cirrus Logic CS485 Spezifikationen Seite 125

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 319
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 124
Image Arithmetic and Logical Operations
5-15
5
And
Combines corresponding pixels
of two images by a bitwise AND
operation.
void iplAnd(IplImage*
srcImageA
, IplImage*
srcImageB
,
IplImage*
dstImage
);
srcImageA
The first source image.
srcImageB
The second source image.
dstImage
The image resulting from the bitwise operation between
input images
srcImageA
and
srcImageB
.
Discussion
The function iplAnd() performs a bitwise AND operation between the
values of corresponding pixels of two input images.
Or
Combines corresponding
pixels of two images by a
bitwise OR operation.
void iplOr(IplImage*
srcImageA
, IplImage*
srcImageB
,
IplImage*
dstImage
);
srcImageA
The first source image.
srcImageB
The second source image.
dstImage
The image resulting from the bitwise operation between
input images
srcImageA
and
srcImageB
.
Seitenansicht 124
1 2 ... 120 121 122 123 124 125 126 127 128 129 130 ... 318 319

Kommentare zu diesen Handbüchern

Keine Kommentare