Definition in file vil3d_binary_dilate.cxx.
#include "vil3d_binary_dilate.h"
#include <vcl_cassert.h>
Go to the source code of this file.
| void vil3d_binary_dilate | ( | const vil3d_image_view< bool > & | src_image, | |
| vil3d_image_view< bool > & | dest_image, | |||
| const vil3d_structuring_element & | element | |||
| ) | [related] |
Dilates src_image to produce dest_image (assumed single plane).
Definition at line 10 of file vil3d_binary_dilate.cxx.
1.5.1