Cirrus Logic CS485 Especificações Página 118

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 319
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 117
Intel
®
Image Processing Library Reference Manual
5-8
5
Subtract
Combines corresponding
pixels of two images by
subtraction.
void iplSubtract(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 iplSubtract() subtracts corresponding pixels of two input
images to produce the output image.
Multiply
Combines corresponding
pixels of two images by
multiplication.
void iplMultiply(IplImage*
srcImageA
, IplImage*
srcImageB
,
IplImage*
dstImage
);
srcImageA
The first source image.
srcImageB
The second source image.
dstImage
The resultant image.
Vista de página 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 318 319

Comentários a estes Manuais

Sem comentários