Functions
contrib/mul/vil3d/algo/vil3d_binary_opening.h File Reference

Perform binary opening on 3D images. More...

#include <vil3d/algo/vil3d_binary_dilate.h>
#include <vil3d/algo/vil3d_binary_erode.h>

Go to the source code of this file.

Functions

void vil3d_binary_opening (const vil3d_image_view< bool > &src_image, vil3d_image_view< bool > &dest_image, const vil3d_structuring_element &element)
 Applies morphological opening operation with given structuring element.

Detailed Description

Perform binary opening on 3D images.

Author:
Tim Cootes

Definition in file vil3d_binary_opening.h.


Function Documentation

void vil3d_binary_opening ( const vil3d_image_view< bool > &  src_image,
vil3d_image_view< bool > &  dest_image,
const vil3d_structuring_element element 
) [inline]

Applies morphological opening operation with given structuring element.

Applies erosion followed by dilation

Definition at line 15 of file vil3d_binary_opening.h.