core/vil/algo/vil_greyscale_opening.h File Reference


Detailed Description

Perform greyscale opening on images.

Author:
Tim Cootes

Definition in file vil_greyscale_opening.h.

#include <vil/algo/vil_greyscale_dilate.h>
#include <vil/algo/vil_greyscale_erode.h>

Go to the source code of this file.


Functions

template<class T>
void vil_greyscale_opening (const vil_image_view< T > &src_image, vil_image_view< T > &dest_image, const vil_structuring_element &element)
 Applies morphological opening operation with given structuring element.

Function Documentation

template<class T>
void vil_greyscale_opening ( const vil_image_view< T > &  src_image,
vil_image_view< T > &  dest_image,
const vil_structuring_element element 
) [inline]

Applies morphological opening operation with given structuring element.

Applies erosion followed by dilation

Definition at line 16 of file vil_greyscale_opening.h.


Generated on Mon Mar 8 05:08:51 2010 for core/vil by  doxygen 1.5.1