NVIDIA Performance Primitives (NPP)
Version 10.0
|
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. |
|