Skip to content
  • Roland Levillain's avatar
    Wrap more morphological filters. · 0076aae9
    Roland Levillain authored
    	* morpho.ixx: Wrap mln::morpho::closing, mln::morpho::opening
    	mln::morpho::gradient_internal, mln::morpho::gradient_external,
    	mln::morpho::opening_area.
    	(instantiate_closing, instantiate_opening)
    	(instantiate_gradient_internal, instantiate_gradient_external)
    	(instantiate_opening_area):
    	New macros.
    	Use them...
    	(instantiate_morpho): ...here.
    	Deduce the previous `L' parameter from `mln_value(I)', and remove
    	it from the list of parameters of the macro.
    	* image2d_int_u8.i: Adjust.
    	* image2d_int.i: Use macros instantiate_erosion and
    	instantiate_dilation.
    
    	* python/data.py: New.
    	* python/test.py: Rename as...
    	* python/image2d-misc.py: ...this.
    	* python/lena.py: Rename as...
    	* python/morpho-fun.py: ...this.
    	Exercise more morphological filters.
    	Move WST-based segmentation tests...
    	* python/morpho-segm.py: ...here (new test).
    	* python/swilena.py: Add documentation header.
    	* python/Makefile.am (python_PYTHON): Add data.py.
    	(TESTS): Add morpho-segm.py.
    	s/test.py/image2d-misc.py/
    	s/lena.py/morpho-fun.py/
    
    
    git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@2139 4aad255d-cdde-0310-9447-f3009e2ae8c0
    0076aae9