Cirrus Logic CS485 Especificaciones Pagina 117

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 319
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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.
Vista de pagina 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 318 319

Comentarios a estos manuales

Sin comentarios