#include <dmap.hh>
Inheritance diagram for oln::topo::chamfer< T >:
Public Member Functions | |
chamfer (const w_window2d< T > &fwd, const w_window2d< T > &bkd, float coef) | |
coord | delta () const |
Public Attributes | |
const w_window2d< T > | fwd |
const w_window2d< T > | bkd |
const float | coef |
The Chamfer mask is a weighted masks that provides an approximation of the real Euclidean distance in the discrete space.
Definition at line 55 of file dmap.hh.