Cirrus Logic CS485 Specifications Page 120

  • Download
  • Add to my manuals
  • Print
  • Page
    / 319
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 119
Intel
®
Image Processing Library Reference Manual
5-10
5
Monadic Logical Operations
The sections that follow describe the functions that perform monadic
logical operations. All these functions use a single input image to create an
output image.
LShiftS
Shifts pixel values’ bits
to the left.
void iplLShiftS(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 left.
Discussion
The function iplLShiftS() changes the intensity of the source image by
shifting the bits in each pixel value by
nShift
bits to the left. The positions
vacated after shifting the bits are filled with zeros.
Page view 119
1 2 ... 115 116 117 118 119 120 121 122 123 124 125 ... 318 319

Comments to this Manuals

No comments