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