Perform binary closing on images. More...
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. More... | |
Perform binary closing on images.
Definition in file vil_binary_closing.h.
|
inline |
Applies morphological closing operation with given structuring element.
Applies dilation followed by erosion
Definition at line 15 of file vil_binary_closing.h.
1.8.15