| 
    NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 10.1.1
    
   | 
 
Morphological image operations. More...
Modules | |
| Dilation | |
| Dilation computes the output pixel as the maximum pixel value of the pixels under the mask.  | |
| Dilation with border control | |
| Dilation computes the output pixel as the maximum pixel value of the pixels under the mask.  | |
| Dilate3x3 | |
| Dilation using a 3x3 mask with the anchor at its center pixel.  | |
| Dilate3x3Border | |
| Dilation using a 3x3 mask with the anchor at its center pixel with border control.  | |
| Erode | |
| Erosion computes the output pixel as the minimum pixel value of the pixels under the mask.  | |
| Erosion with border control | |
| Erosion computes the output pixel as the minimum pixel value of the pixels under the mask.  | |
| Erode3x3 | |
| Erosion using a 3x3 mask with the anchor at its center pixel.  | |
| Erode3x3Border | |
| Erosion using a 3x3 mask with the anchor at its center pixel with border control.  | |
| ComplexImageMorphology | |
| Complex image morphological operations.  | |
Morphological image operations.
Morphological operations are classified as Neighborhood Operations.
These functions can be found in the nppim library. Linking to only the sub-libraries that you use can significantly save link time, application load time, and CUDA runtime startup time when using dynamic libraries.