Functions
core/vil/algo/vil_binary_closing.h File Reference

Perform binary closing on images. More...

#include <vil/algo/vil_binary_dilate.h>
#include <vil/algo/vil_binary_erode.h>

Go to the source code of this file.

Functions

void vil_binary_closing (const vil_image_view< bool > &src_image, vil_image_view< bool > &dest_image, const vil_structuring_element &element)
 Applies morphological closing operation with given structuring element.

Detailed Description

Perform binary closing on images.

Author:
Tim Cootes

Definition in file vil_binary_closing.h.


Function Documentation

void vil_binary_closing ( const vil_image_view< bool > &  src_image,
vil_image_view< bool > &  dest_image,
const vil_structuring_element element 
) [inline]

Applies morphological closing operation with given structuring element.

Applies dilation followed by erosion

Definition at line 15 of file vil_binary_closing.h.