Cirrus Logic CS485 Especificaciones Pagina 121

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

Comentarios a estos manuales

Sin comentarios