$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::canvas::chamfer< F > Struct Template Reference

#include <mln/canvas/chamfer.hh>

Public Member Functions

 chamfer (F &f)
void run ()

Public Attributes

F & f

Public Types

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

Detailed Description

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

Compute chamfer distance.

Definition at line 49 of file canvas/chamfer.hh.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

Definition at line 55 of file canvas/chamfer.hh.

Member Typedef Documentation

template<typename F >
typedef F::I mln::canvas::chamfer< F >::I

Definition at line 51 of file canvas/chamfer.hh.

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

Definition at line 53 of file canvas/chamfer.hh.

template<typename F >
typedef F::W mln::canvas::chamfer< F >::W

Definition at line 52 of file canvas/chamfer.hh.