Cirrus Logic CS485 Spezifikationen Seite 121

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 319
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 120
Image Arithmetic and Logical Operations
5-11
5
RShiftS
Divides pixel values by a
constant power of 2 by
shifting bits to the right.
void iplRShiftS(IplImage*
srcImage
, IplImage*
dstImage
,
unsigned int
nShift
);
srcImage
Thesourceimage.
dstImage
The resultant image.
nShift
The number of bits by which to shift each pixel value to
the right.
Discussion
The function iplRShiftS()decreases the intensity of the source image by
shifting the bits in each pixel value by
nShift
bits. The positions vacated
after shifting the bits are filled with zeros.
Seitenansicht 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 318 319

Kommentare zu diesen Handbüchern

Keine Kommentare