Perform binary dilation on images. More...
Go to the source code of this file.
Functions | |
void | vil_binary_dilate (const vil_image_view< bool > &src_image, vil_image_view< bool > &dest_image, const vil_structuring_element &element) |
Dilates src_image to produce dest_image (assumed single plane). | |
void | vil_binary_dilate (const vil_image_view< bool > &src_image, vil_image_view< bool > &dest_image, const vil_structuring_element &element, const vil_border< vil_image_view< bool > > &border) |
Dilates src_image to produce dest_image (assumed single plane). |
Perform binary dilation on images.
Definition in file vil_binary_dilate.cxx.
void vil_binary_dilate | ( | const vil_image_view< bool > & | src_image, |
vil_image_view< bool > & | dest_image, | ||
const vil_structuring_element & | element | ||
) |
Dilates src_image to produce dest_image (assumed single plane).
Definition at line 10 of file vil_binary_dilate.cxx.
void vil_binary_dilate | ( | const vil_image_view< bool > & | src_image, |
vil_image_view< bool > & | dest_image, | ||
const vil_structuring_element & | element, | ||
const vil_border< vil_image_view< bool > > & | border | ||
) |
Dilates src_image to produce dest_image (assumed single plane).
Definition at line 19 of file vil_binary_dilate.cxx.