Perform greyscale closing on images. More...
Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vil_greyscale_closing (const vil_image_view< T > &src_image, vil_image_view< T > &dest_image, const vil_structuring_element &element) |
| Applies morphological closing operation with given structuring element. | |
Perform greyscale closing on images.
Definition in file vil_greyscale_closing.h.
| void vil_greyscale_closing | ( | const vil_image_view< T > & | src_image, |
| vil_image_view< T > & | dest_image, | ||
| const vil_structuring_element & | element | ||
| ) | [inline] |
Applies morphological closing operation with given structuring element.
Applies dilation followed by erosion
Definition at line 16 of file vil_greyscale_closing.h.
1.7.5.1