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