NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.1.0.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Modules

The set of image processing logical operations available in the library. More...

Modules

  AndC
  Pixel by pixel logical and of an image with a constant.
 
  OrC
  Pixel by pixel logical or of an image with a constant.
 
  XorC
  Pixel by pixel logical exclusive or of an image with a constant.
 
  RShiftC
  Pixel by pixel right shift of an image by a constant value.
 
  LShiftC
  Pixel by pixel left shift of an image by a constant value.
 
  And
  Pixel by pixel logical and of images.
 
  Or
  Pixel by pixel logical or of images.
 
  Xor
  Pixel by pixel logical exclusive or of images.
 
  Not
  Pixel by pixel logical not of image.
 

Detailed Description

The set of image processing logical operations available in the library.