In file No file:

void medianFiltering ( Inrimage *inputImage, Inrimage *outputImage, StructuringElement *se ) throw( Exception, ErrMemFull, ErrUnknown, StructuringElement::InvalidElement )

apply a median filtering on inputImage image and stores the result in outputImage image

Documentation

apply a median filtering on inputImage image and stores the result in outputImage image. The outputImage must be allocated BEFORE the function call.
Parameters:
se - structuring element defining the neighborhood from which the median value is computed The central point must belong to the structuring element (hence there is at least one defined value), else an execption is thrown.

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