Namespace of extension tools. More...
Namespaces | |
| namespace | impl |
| namespace | internal |
Functions | |
| template<typename I , typename W > | |
| void | adjust (const Image< I > &ima, const Window< W > &win) |
Adjust the domain extension of image ima with the size of the window win. | |
| template<typename I , typename W > | |
| void | adjust (const Image< I > &ima, const Weighted_Window< W > &wwin) |
Adjust the domain extension of image ima with the size of the weighted window wwin. | |
| template<typename I > | |
| void | adjust (const Image< I > &ima, unsigned delta) |
Adjust the domain extension of image ima with the size delta. | |
| template<typename I , typename N > | |
| void | adjust (const Image< I > &ima, const Neighborhood< N > &nbh) |
Adjust the domain extension of image ima with the size of the neighborhood nbh. | |
| template<typename I > | |
| void | adjust_duplicate (const Image< I > &ima, unsigned delta) |
| template<typename I , typename W > | |
| void | adjust_duplicate (const Image< I > &ima, const Window< W > &win) |
| Adjust then duplicate. | |
| template<typename I , typename W > | |
| void | adjust_duplicate (const Image< I > &ima, const Weighted_Window< W > &wwin) |
| template<typename I , typename N > | |
| void | adjust_duplicate (const Image< I > &ima, const Neighborhood< N > &nbh) |
| template<typename I , typename W > | |
| void | adjust_fill (const Image< I > &ima, const Weighted_Window< W > &wwin, const typename I::value &val) |
| template<typename I , typename W > | |
| void | adjust_fill (const Image< I > &ima, const Window< W > &win, const typename I::value &val) |
| Adjust then fill. | |
| template<typename I , typename N > | |
| void | adjust_fill (const Image< I > &ima, const Neighborhood< N > &nbh, const typename I::value &val) |
| template<typename I > | |
| void | adjust_fill (const Image< I > &ima, unsigned delta, const typename I::value &val) |
| template<typename I > | |
| void | duplicate (const Image< I > &ima) |
Assign the contents of the domain extension by duplicating the values of the inner boundary of image ima. | |
| template<typename I > | |
| void | fill (const Image< I > &ima, const typename I::value &val) |
Namespace of extension tools.
| void mln::extension::adjust | ( | const Image< I > & | ima, | |
| const Window< W > & | win | |||
| ) |
Adjust the domain extension of image ima with the size of the window win.
References mln::extension::impl::adjust(), mln::geom::delta(), mln::trace::entering(), and mln::trace::exiting().
Referenced by adjust_duplicate(), adjust_fill(), mln::canvas::morpho::internal::attribute_filter_dispatch(), mln::canvas::impl::distance_front_fastest(), mln::canvas::impl::distance_geodesic_fastest(), mln::canvas::impl::labeling_sorted_fastest(), mln::canvas::impl::labeling_video_fastest(), mln::data::impl::generic::median(), mln::accu::impl::generic::transform(), mln::accu::transform_diagonal(), mln::accu::transform_directional(), mln::accu::impl::transform_fastest(), mln::accu::transform_line(), mln::accu::transform_snake(), mln::accu::impl::generic::transform_stop(), and mln::accu::impl::transform_stop_fastest().
| void mln::extension::adjust | ( | const Image< I > & | ima, | |
| const Weighted_Window< W > & | wwin | |||
| ) |
Adjust the domain extension of image ima with the size of the weighted window wwin.
References mln::extension::impl::adjust(), mln::geom::delta(), mln::trace::entering(), and mln::trace::exiting().
| void mln::extension::adjust | ( | const Image< I > & | ima, | |
| unsigned | delta | |||
| ) |
Adjust the domain extension of image ima with the size delta.
References mln::extension::impl::adjust(), mln::trace::entering(), and mln::trace::exiting().
| void mln::extension::adjust | ( | const Image< I > & | ima, | |
| const Neighborhood< N > & | nbh | |||
| ) |
Adjust the domain extension of image ima with the size of the neighborhood nbh.
References mln::extension::impl::adjust(), mln::geom::delta(), mln::trace::entering(), and mln::trace::exiting().
| void mln::extension::adjust_duplicate | ( | const Image< I > & | ima, | |
| unsigned | delta | |||
| ) |
References adjust(), duplicate(), mln::trace::entering(), and mln::trace::exiting().
| void mln::extension::adjust_duplicate | ( | const Image< I > & | ima, | |
| const Window< W > & | win | |||
| ) |
Adjust then duplicate.
References adjust(), duplicate(), mln::trace::entering(), and mln::trace::exiting().
Referenced by mln::morpho::elementary::impl::gradient_on_function(), mln::morpho::elementary::impl::gradient_on_function_fastest(), mln::morpho::elementary::impl::gradient_on_set(), mln::show_connectivity_numbers(), and mln::morpho::skeleton_constrained().
| void mln::extension::adjust_duplicate | ( | const Image< I > & | ima, | |
| const Weighted_Window< W > & | wwin | |||
| ) |
References adjust(), duplicate(), mln::trace::entering(), and mln::trace::exiting().
| void mln::extension::adjust_duplicate | ( | const Image< I > & | ima, | |
| const Neighborhood< N > & | nbh | |||
| ) |
References adjust(), duplicate(), mln::trace::entering(), and mln::trace::exiting().
| void mln::extension::adjust_fill | ( | const Image< I > & | ima, | |
| const Weighted_Window< W > & | wwin, | |||
| const typename I::value & | val | |||
| ) |
References adjust(), mln::trace::entering(), mln::trace::exiting(), and fill().
| void mln::extension::adjust_fill | ( | const Image< I > & | ima, | |
| const Window< W > & | win, | |||
| const typename I::value & | val | |||
| ) |
Adjust then fill.
References adjust(), mln::trace::entering(), mln::trace::exiting(), and fill().
Referenced by mln::morpho::impl::erosion_tolerant_on_set(), mln::morpho::impl::erosion_tolerant_on_set_fastest(), mln::morpho::watershed::impl::flooding_fastest(), mln::linear::gaussian_1d(), mln::linear::gaussian_directional_2d(), mln::morpho::impl::generic::general_on_function(), mln::morpho::impl::generic::general_on_set(), mln::morpho::impl::general_on_set_centered(), mln::morpho::impl::general_on_set_centered_fastest(), mln::linear::gaussian::impl::generic_filter_common_(), mln::linear::impl::generic_filter_common_(), mln::make::impl::generic::influence_zone_adjacency_graph(), mln::morpho::elementary::impl::generic::like_ero_fun(), mln::morpho::elementary::impl::like_ero_fun_fastest(), mln::morpho::elementary::impl::generic::like_ero_set(), mln::morpho::elementary::impl::like_ero_set_fastest(), mln::make::impl::generic::rag_and_labeled_wsl(), mln::morpho::impl::generic::rank_filter(), mln::morpho::impl::rank_filter_directional(), mln::morpho::impl::rank_filter_line(), and mln::make::impl::generic::region_adjacency_graph().
| void mln::extension::adjust_fill | ( | const Image< I > & | ima, | |
| const Neighborhood< N > & | nbh, | |||
| const typename I::value & | val | |||
| ) |
References adjust(), mln::trace::entering(), mln::trace::exiting(), and fill().
| void mln::extension::adjust_fill | ( | const Image< I > & | ima, | |
| unsigned | delta, | |||
| const typename I::value & | val | |||
| ) |
References adjust(), mln::trace::entering(), mln::trace::exiting(), and fill().
| void mln::extension::duplicate | ( | const Image< I > & | ima | ) |
Assign the contents of the domain extension by duplicating the values of the inner boundary of image ima.
References mln::trace::entering(), and mln::trace::exiting().
Referenced by adjust_duplicate().
| void mln::extension::fill | ( | const Image< I > & | ima, | |
| const typename I::value & | val | |||
| ) |
Fill the domain extension of image ima with the single value v.
| [in,out] | ima | The image whose domain extension is to be filled. |
| [in] | val | The value to assign. |
ima has to be initialized.References mln::trace::entering(), mln::exact(), mln::trace::exiting(), and mln::extension::internal::fill_dispatch().
Referenced by adjust_fill(), mln::canvas::morpho::impl::attribute_filter_fastest(), mln::canvas::impl::distance_front_fastest(), mln::canvas::impl::distance_geodesic_fastest(), mln::extension::internal::do_fill(), mln::extension::internal::fill_dispatch(), mln::morpho::watershed::impl::flooding_fastest(), mln::canvas::impl::labeling_sorted_fastest(), and mln::canvas::impl::labeling_video_fastest().
1.7.1