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

Perform binary erosion on images. More...

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

Go to the source code of this file.

Functions

void vil_binary_erode (const vil_image_view< bool > &src_image, vil_image_view< bool > &dest_image, const vil_structuring_element &element)
 Erodes src_image to produce dest_image (assumed single plane).
void vil_binary_erode (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)
 Erodes src_image to produce dest_image (assumed single plane).

Detailed Description

Perform binary erosion on images.

Author:
Tim Cootes

Definition in file vil_binary_erode.cxx.


Function Documentation

void vil_binary_erode ( const vil_image_view< bool > &  src_image,
vil_image_view< bool > &  dest_image,
const vil_structuring_element element 
)

Erodes src_image to produce dest_image (assumed single plane).

Definition at line 10 of file vil_binary_erode.cxx.

void vil_binary_erode ( 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 
)

Erodes src_image to produce dest_image (assumed single plane).

Definition at line 19 of file vil_binary_erode.cxx.