Public Types | Public Member Functions | Public Attributes

mln::canvas::chamfer< F > Struct Template Reference

Compute chamfer distance. More...

#include <chamfer.hh>

List of all members.

Public Types

typedef F::I I
typedef I::psite point
typedef F::W W

Public Member Functions

 chamfer (F &f)
void run ()

Public Attributes

F & f

Detailed Description

template<typename F>
struct mln::canvas::chamfer< F >

Compute chamfer distance.


Member Typedef Documentation

template<typename F>
typedef F::I mln::canvas::chamfer< F >::I
template<typename F>
typedef I ::psite mln::canvas::chamfer< F >::point
template<typename F>
typedef F::W mln::canvas::chamfer< F >::W

Constructor & Destructor Documentation

template<typename F >
mln::canvas::chamfer< F >::chamfer ( F &  f  )  [inline]

Member Function Documentation

template<typename F >
void mln::canvas::chamfer< F >::run (  )  [inline]

Init.

Fwd pass.

Bkd pass.

References mln::win::sym().

Referenced by mln::canvas::chamfer< F >::chamfer().


Member Data Documentation

template<typename F>
F& mln::canvas::chamfer< F >::f