$extrastylesheet
Modules | |
Browsing Canvas | |
Labeling Canvas | |
Morphology Related Canvas |
Classes | |
struct | mln::canvas::chamfer< F > |
Compute chamfer distance. More... |
Functions | |
template<typename I , typename N , typename W , typename D , typename F > | |
mln::trait::ch_value< I, D >::ret | mln::canvas::distance_front (const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max, F &functor) |
template<typename I , typename N , typename D , typename F > | |
mln::trait::ch_value< I, D >::ret | mln::canvas::distance_geodesic (const Image< I > &input, const Neighborhood< N > &nbh, D max, F &functor) |
All canvas.
mln::trait::ch_value< I , D >::ret mln::canvas::distance_front | ( | const Image< I > & | input, |
const Neighborhood< N > & | nbh, | ||
const Weighted_Window< W > & | w_win, | ||
D | max, | ||
F & | functor | ||
) |
Canvas of discrete distance computation by thick front propagation.
mln::trait::ch_value< I , D >::ret mln::canvas::distance_geodesic | ( | const Image< I > & | input, |
const Neighborhood< N > & | nbh, | ||
D | max, | ||
F & | functor | ||
) |
Discrete geodesic distance canvas.