In file No file:

void morphologicalGradient ( Inrimage *inputImage, Inrimage *outputImage, CONNECTIVITY_TYPE C = TWENTY_SIX_CONNECTIVITY, int iterations = 1, bool binary = false ) throw( Exception )

Morphological Gradient of an image

Documentation

Morphological Gradient of an image. It is defined by the substraction of the dilation with the erosion. Strictly speaking, one should divided it by two, but it is not done here.
Parameters:
iterations - number of iterations to be performed with the structuring element
binary - if true specialized binary operations are used (may be interesting especially in 3D, and/or for a large number of iterations)

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de