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

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.
 

Detailed Description

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.


Copyright © 2009-2020 NVIDIA Corporation