$extrastylesheet
Namespaces | |
| namespace | internal |
Classes | |
| class | fft< T, internal::fft_cplx > |
| FFT engine (specialization for images of complex values). More... | |
| class | fft< T, internal::fft_real > |
| oFFT engine (specialization for images of real values). More... | |
Functions | |
| template<typename I , typename N , typename D > | |
| util::couple < mln::trait::ch_value< I, D > ::ret, mln::trait::ch_value< I, typename I::psite >::ret > | distance_and_closest_point_geodesic (const Image< I > &input, const Neighborhood< N > &nbh, D max) |
| template<typename P , typename N , typename D > | |
| util::couple < mln_image_from_grid(mln_grid(P), D), mln_image_from_grid(mln_grid(P), unsigned)> | distance_and_closest_point_geodesic (const p_array< P > &pset, const box< P > &closest_point_domain, const Neighborhood< N > &nbh, D max) |
| template<typename I , typename N , typename D > | |
| util::couple < mln::trait::ch_value< I, D > ::ret, I > | distance_and_influence_zone_geodesic (const Image< I > &input, const Neighborhood< N > &nbh, D max) |
| template<typename I , typename N , typename W , typename D > | |
| mln::trait::ch_value< I, D >::ret | distance_front (const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max) |
| template<typename I , typename N , typename D > | |
| mln::trait::ch_value< I, D >::ret | distance_geodesic (const Image< I > &input, const Neighborhood< N > &nbh, D max) |
| template<typename I > | |
| image2d< float > | hough (const Image< I > &input_) |
| template<typename I , typename N , typename W , typename D > | |
| mln::trait::concrete< I >::ret | influence_zone_front (const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win, D max) |
| template<typename I , typename N , typename W > | |
| mln::trait::concrete< I >::ret | influence_zone_front (const Image< I > &input, const Neighborhood< N > &nbh, const Weighted_Window< W > &w_win) |
| template<typename I , typename N > | |
| mln::trait::concrete< I >::ret | influence_zone_geodesic (const Image< I > &input, const Neighborhood< N > &nbh) |
| template<typename I , typename N , typename D > | |
| mln::trait::concrete< I >::ret | influence_zone_geodesic_saturated (const Image< I > &input, const Neighborhood< N > &nbh, const D &max, const typename I::value &background_value) |
| template<typename I , typename N , typename D > | |
| mln::trait::concrete< I >::ret | influence_zone_geodesic_saturated (const Image< I > &input, const Neighborhood< N > &nbh, const D &max) |
Namespace of transforms.