Public Types | Public Member Functions | Public Attributes

mln::clustering::impl::rgbn_to_lbl8< n > Struct Template Reference

#include <kmean_rgb.hh>

Inheritance diagram for mln::clustering::impl::rgbn_to_lbl8< n >:
Inheritance graph

List of all members.

Public Types

typedef value::rgb< n > argument
typedef Function_v2v< void > category
typedef rgbn_to_lbl8< n > exact_t
typedef void mutable_result
typedef value::label_8 result
typedef image3d< t_labelt_group_img
typedef value::label_8 t_label

Public Member Functions

result operator() (const argument &c) const
 rgbn_to_lbl8 (t_group_img group)

Public Attributes

t_group_img _group

Detailed Description

template<unsigned n>
struct mln::clustering::impl::rgbn_to_lbl8< n >

Definition at line 501 of file kmean_rgb.hh.


Member Typedef Documentation

template<unsigned n>
typedef value::rgb<n> mln::clustering::impl::rgbn_to_lbl8< n >::argument

Definition at line 503 of file kmean_rgb.hh.

typedef Function_v2v<void> mln::Function_v2v< rgbn_to_lbl8< n > >::category [inherited]

Reimplemented from mln::Function< rgbn_to_lbl8< n > >.

Definition at line 126 of file function.hh.

typedef rgbn_to_lbl8< n > mln::Object< rgbn_to_lbl8< n > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< rgbn_to_lbl8< n > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<unsigned n>
typedef value::label_8 mln::clustering::impl::rgbn_to_lbl8< n >::result

Definition at line 504 of file kmean_rgb.hh.

template<unsigned n>
typedef image3d<t_label> mln::clustering::impl::rgbn_to_lbl8< n >::t_group_img

Definition at line 506 of file kmean_rgb.hh.

template<unsigned n>
typedef value::label_8 mln::clustering::impl::rgbn_to_lbl8< n >::t_label

Definition at line 505 of file kmean_rgb.hh.


Constructor & Destructor Documentation

template<unsigned n>
mln::clustering::impl::rgbn_to_lbl8< n >::rgbn_to_lbl8 ( t_group_img  group  )  [inline]

Definition at line 510 of file kmean_rgb.hh.


Member Function Documentation

template<unsigned n>
result mln::clustering::impl::rgbn_to_lbl8< n >::operator() ( const argument c  )  const [inline]

Member Data Documentation

Definition at line 508 of file kmean_rgb.hh.

Referenced by mln::clustering::impl::rgbn_to_lbl8< n >::operator()().