Definition in file vil_greyscale_opening.h.
#include <vil/algo/vil_greyscale_dilate.h>
#include <vil/algo/vil_greyscale_erode.h>
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. | |
| 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.5.1