Perform binary opening on images. More...
Go to the source code of this file.
Functions | |
void | vil_binary_opening (const vil_image_view< bool > &src_image, vil_image_view< bool > &dest_image, const vil_structuring_element &element) |
Applies morphological opening operation with given structuring element. |
Perform binary opening on images.
Definition in file vil_binary_opening.h.
void vil_binary_opening | ( | const vil_image_view< bool > & | src_image, |
vil_image_view< bool > & | dest_image, | ||
const vil_structuring_element & | element | ||
) | [inline] |
Applies morphological opening operation with given structuring element.
Applies erosion followed by dilation
Definition at line 15 of file vil_binary_opening.h.