Functions
vil_binary_dilate.cxx File Reference

Perform binary dilation on images. More...

#include "vil_binary_dilate.h"
#include <cassert>

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). More...
 
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). More...
 

Detailed Description

Perform binary dilation on images.

Author
Tim Cootes

Definition in file vil_binary_dilate.cxx.

Function Documentation

◆ vil_binary_dilate() [1/2]

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 13 of file vil_binary_dilate.cxx.

◆ vil_binary_dilate() [2/2]

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 22 of file vil_binary_dilate.cxx.