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

Complex image morphological operations. More...

Modules

  MorphGetBufferSize
  Before calling any of the MorphCloseBorder, MorphOpenBorder, MorphTopHatBorder, MorphBlackHatBorder, or MorphGradientBorder functions the application first needs to call the corresponding MorphGetBufferSize to determine the amount of device memory to allocate as a working buffer.
 
  MorphCloseBorder
  Dilation followed by Erosion with border control.
 
  MorphOpenBorder
  Erosion followed by Dilation with border control.
 
  MorphToHatBorder
  Source pixel minus the morphological open pixel result with border control.
 
  MorphBlackHatBorder
  Morphological close pixel result minus source pixel with border control.
 
  MorphGradientBorder
  Morphological dilated pixel result minus morphological eroded pixel result with border control.
 

Detailed Description

Complex image morphological operations.