Cirrus Logic CS485 Dokumentacja Strona 118

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 319
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 318 319

Komentarze do niniejszej Instrukcji

Brak uwag