Functions
vil_binary_erode.cxx File Reference

Perform binary erosion on images. More...

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

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

Detailed Description

Perform binary erosion on images.

Author
Tim Cootes

Definition in file vil_binary_erode.cxx.

Function Documentation

◆ vil_binary_erode() [1/2]

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

◆ vil_binary_erode() [2/2]

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