Skip to content
  • Roland Levillain's avatar
    Have uniform signatures for watershed transforms. · 585cd01d
    Roland Levillain authored
    	* mln/morpho/meyer_wst.hh
    	(meyer_wst<I, N, L>(const Image<I>&, const Neighborhood<N>&, L&))
    	Reorder the template parameters...
    	(meyer_wst<L, I, N>(const Image<I>&, const Neighborhood<N>&, L&)):
    	...so that the type of labels (L) comes first.
    	* mln/morpho/watershed/flooding.hh:
    	Remove useless #include.
    	(watershed::flooding(const Image<I>&, const Neighborhood<N>&, L&)):
    	Likewise.
    	(watershed::flooding(const Image<I>&, const Neighborhood<N>&)):
    	New facade.
    
    git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@3819 4aad255d-cdde-0310-9447-f3009e2ae8c0
    585cd01d