Functions
core/vil/algo/vil_binary_dilate.cxx File Reference

Perform binary dilation on images. More...

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

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

Detailed Description

Perform binary dilation on images.

Author:
Tim Cootes

Definition in file vil_binary_dilate.cxx.


Function Documentation

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.