Cirrus Logic CS485 Spezifikationen Seite 117

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 319
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 116
Image Arithmetic and Logical Operations
5-7
5
Dyadic Arithmetic Operations
The sections that follow describe the functions that perform dyadic
arithmetic operations. These functions use two input images to create an
output image.
Add
Combines corresponding
pixels of two images by
addition.
void iplAdd(IplImage*
srcImageA
, IplImage*
srcImageB
,
IplImage*
dstImage
);
srcImageA
The first source image.
srcImageB
The second source image.
dstImage
The resultant image obtained as
dst_pixel
=
srcA_pixel
+
srcB_pixel
.
Discussion
The function iplAdd() adds corresponding pixels of two input images to
produce the output image.
Seitenansicht 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 318 319

Kommentare zu diesen Handbüchern

Keine Kommentare