In file No file:

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

Closing of an image

Documentation

Closing of an image. The closing is defined as a dilation with the structuring element followed by an erosion with the symetric of the structuring element. Incorrectly, it is often defined as a dilation followed by an erosion, which is only true if the structuring element is symetrical.
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