Perform greyscale erosion on images. More...
Go to the source code of this file.
Macros | |
| #define | VIL_GREYSCALE_ERODE_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | vil_greyscale_erode (const vil_image_view< T > &src_image, vil_image_view< T > &dest_image, const vil_structuring_element &element) |
| Erodes src_image to produce dest_image (assumed single plane). More... | |
Perform greyscale erosion on images.
Definition in file vil_greyscale_erode.hxx.
| #define VIL_GREYSCALE_ERODE_INSTANTIATE | ( | T | ) |
Definition at line 70 of file vil_greyscale_erode.hxx.
| void vil_greyscale_erode | ( | const vil_image_view< T > & | src_image, |
| vil_image_view< T > & | dest_image, | ||
| const vil_structuring_element & | element | ||
| ) |
Erodes src_image to produce dest_image (assumed single plane).
dest_image(i0,j0) is the maximum value of the pixels under the structuring element when it is centred on src_image(i0,j0)
Definition at line 18 of file vil_greyscale_erode.hxx.
1.8.15