Classes | Functions

mln::transform::internal Namespace Reference

Classes

struct  closest_point_functor_with_indexes
 Functor to be passed to a canvas. More...
struct  closest_point_functor_with_sites
 Functor to be passed to a canvas. More...
struct  distance_functor
struct  influence_zone_functor

Functions

template<typename I , typename N >
mln::trait::concrete< I >::ret influence_zone_geodesic_dispatch (trait::image::value_alignment::any, trait::image::value_storage::any, trait::image::value_access::any, const I &input, const N &nbh)
template<typename I , typename N >
mln::trait::concrete< I >::ret influence_zone_geodesic_dispatch (const Image< I > &input, const Neighborhood< N > &nbh)
template<typename I , typename N >
mln::trait::concrete< I >::ret influence_zone_geodesic_dispatch (trait::image::value_alignment::with_grid, trait::image::value_storage::one_block, trait::image::value_access::direct, const I &input, const N &nbh)
template<typename I , typename N >
void influence_zone_geodesic_tests (const Image< I > &input, const Neighborhood< N > &nbh)
double to_radians (double angle)
 FIXME: we may prefer to have an angle value type.

Function Documentation

template<typename I , typename N >
mln::trait::concrete< I >::ret mln::transform::internal::influence_zone_geodesic_dispatch ( trait::image::value_alignment::any  ,
trait::image::value_storage::any  ,
trait::image::value_access::any  ,
const I &  input,
const N &  nbh 
)
template<typename I , typename N >
mln::trait::concrete< I >::ret mln::transform::internal::influence_zone_geodesic_dispatch ( const Image< I > &  input,
const Neighborhood< N > &  nbh 
)

Definition at line 201 of file influence_zone_geodesic.hh.

References mln::exact(), and influence_zone_geodesic_dispatch().

template<typename I , typename N >
mln::trait::concrete< I >::ret mln::transform::internal::influence_zone_geodesic_dispatch ( trait::image::value_alignment::with_grid  ,
trait::image::value_storage::one_block  ,
trait::image::value_access::direct  ,
const I &  input,
const N &  nbh 
)
template<typename I , typename N >
void mln::transform::internal::influence_zone_geodesic_tests ( const Image< I > &  input,
const Neighborhood< N > &  nbh 
)
double mln::transform::internal::to_radians ( double  angle  ) 

FIXME: we may prefer to have an angle value type.

Definition at line 86 of file hough.hh.

References mln::math::pi.

Referenced by mln::transform::hough().