Classes | |
class | image |
A generic point-wise image implementation. More... | |
struct | value_ |
struct | var_ |
Namespaces | |
namespace | internal |
Functions | |
template<typename T> | |
cst_< T > | cst (const T &t) |
template<typename I> | |
value_< I > | value (const Image< I > &ima) |
template<typename V> | |
var_< V > | var (const V &v) |
cst_<T> mln::pw::cst | ( | const T & | t | ) | [inline] |
Referenced by mln::morpho::approx::impl::dilation_by_distance_thresholding_2d(), mln::morpho::approx::impl::dilation_by_distance_thresholding_3d(), mln::arith::div_cst(), mln::arith::div_cst_inplace(), mln::registration::draw_last_run(), mln::make::dummy_p_edges(), mln::make::dummy_p_vertices(), mln::morpho::approx::impl::erosion_by_distance_thresholding_2d(), mln::morpho::approx::impl::erosion_by_distance_thresholding_3d(), mln::morpho::impl::generic::hit_or_miss(), mln::draw::line(), mln::make_debug_graph_image(), mln::arith::minus_cst(), mln::arith::minus_cst_inplace(), mln::my_algorithm(), mln::p_image< I >::operator typename internal::p_image_site_set< I >::ret(), mln::draw::plot(), mln::arith::plus_cst(), mln::arith::plus_cst_inplace(), mln::test::positive(), mln::morpho::tree::propagate_if_value(), mln::data::impl::generic::replace_(), mln::labeled_image_base< I, E >::subdomain(), mln::morpho::watershed::superpose(), mln::labeling::superpose(), mln::debug::superpose(), mln::arith::times_cst(), mln::arith::times_cst_inplace(), and mln::convert::to_window().
value_< I > mln::pw::value | ( | const Image< I > & | ima | ) | [inline] |
Definition at line 105 of file pw/value.hh.
References mln::exact().
Referenced by mln::morpho::approx::impl::dilation_by_distance_thresholding_2d(), mln::morpho::approx::impl::dilation_by_distance_thresholding_3d(), mln::make::dual_neighb(), mln::morpho::approx::impl::erosion_by_distance_thresholding_2d(), mln::morpho::approx::impl::erosion_by_distance_thresholding_3d(), mln::labeling::fill_holes(), mln::morpho::impl::generic::hit_or_miss(), mln::my_algorithm(), mln::p_image< I >::operator typename internal::p_image_site_set< I >::ret(), mln::test::positive(), mln::morpho::tree::propagate_if_value(), mln::data::impl::generic::replace_(), mln::labeled_image_base< I, E >::subdomain(), mln::morpho::watershed::superpose(), mln::labeling::superpose(), mln::debug::superpose(), and mln::convert::to_fun().
var_< V > mln::pw::var | ( | const V & | v | ) | [inline] |