Cirrus Logic CS485 Specifiche Pagina 117

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 319
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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.
Vedere la pagina 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 318 319

Commenti su questo manuale

Nessun commento