Skip to content
  • Guillaume Lazzara's avatar
    Import regional maxima sources from milena green's sandbox. · 175ec2f5
    Guillaume Lazzara authored
    	* README.green: Update documentation.
    
    	Implement a primary demonstrator with watershed labeling.
    
    	* demo/labeling/watershed: New directory.
    	* demo/labeling/watershed/Makefile.am: New makefile.
    	* demo/labeling/watershed/watershed.cc: New demo source.
    	* demo/labeling/watershed/gaussian.sh: New calibrate tools.
    
    	Implement a secondary demonstrator with regional maxima labeling.
    
    	* demo/labeling/regional_maxima: New directory.
    	* demo/labeling/regional_maxima/Makefile.am: New makefile.
    	* demo/labeling/regional_maxima/regional_maxima.cc: New demo source.
    	* demo/labeling/regional_maxima/threshold.txt: New threshold map file.
    
    	Implement the same demonstrator with directory scanning.
    
    	* exp/labeling/regional_maxima: New directory.
    	* exp/labeling/regional_maxima/Makefile.am: New makefile.
    	* exp/labeling/regional_maxima/regional_maxima.cc: New demo source.
    	* exp/labeling/regional_maxima/threshold.txt: New threshold map file.
    
    	Implement r/g projection.
    
    	* mln/display: New directory.
    	* mln/display/display_histo.hh: New library file.
    	* mln/display/project_histo.hh: New library file.
    
    	Give minimal code for using r/w projection.
    
    	* use/display/display_histo: New directory.
    	* use/display/display_histo/Makefile.am: New Makefile.
    	* use/display/display_histo/display_histo.cc: New source.
    
    	Divide the secondary demonstrator in four binaries in order to test it.
    
    	Implement the quantified RGB histogram.
    
    	* tools/labeling/histo: New directory.
    	* tools/labeling/histo/Makefile.am: new makefile.
    	* tools/labeling/histo/histo.cc: New source.
    
    	Filter the quantified RGB histogram by morphological volume attribute.
    
    	* tools/labeling/opening: New directory.
    	* tools/labeling/opening/Makefile.am: New makfile.
    	* tools/labeling/opening/opening.cc: New source.
    
    	Labeling the resulting histogram.
    
    	* tools/labeling/regmax: New directory.
    	* tools/labeling/regmax/Makefile: New directory.
    	* tools/labeling/regmax/regmax.cc: New source.
    
    	Propagate labels in the labeling histogram.
    
    	* tools/labeling/iz: New directory.
    	* tools/labeling/iz/Makefile: New directory.
    	* tools/labeling/iz/iz.cc: New source.
    
    	Import documentation directory.
    
    	* doc: New directory.
    
    	Import annotating search notes.
    
    	* doc/annotating/class.txt: New documentation text file.
    	* doc/annotating/syntheseMillet.txt: New documentation text file.
    	* doc/annotating/testMillet2008: New documentation text file.
    
    	Import milena learning examples.
    
    	* doc/examples: New directory.
    
    	* doc/examples/hello_world: New directory.
    	* doc/examples/hello_world/Makefile.am: New makefile.
    	* doc/examples/hello_world/hellow_world.cc: New source file.
    	* doc/examples/hello_world/print.cc: New source file.
    
    	* doc/examples/hello_milena: New directory.
    	* doc/examples/hello_milena/Makefile.am: New makefile.
    	* doc/examples/hello_milena/hello_milena.cc: New source file.
    
    	* doc/examples/learn_milena: New directory.
    	* doc/examples/learn_milena/Makefile.am: New makefile.
    	* doc/examples/learn_milena/learn_milena.cc: New source file.
    
    	* doc/examples/otsu: New directory.
    	* doc/examples/otsu/Makefile.am: New makefile.
    	* doc/examples/otsu/otsu.cc: New source file.
    
    	* doc/examples/frac: New directory.
    	* doc/examples/frac/Makefile.am: New makefile.
    	* doc/examples/frac/frac.cc: New source file.
    	* doc/examples/frac/frac.hh: New source file.
    	* doc/examples/frac/sign_prod.hh: New source file.
    	* doc/examples/frac/gcd.hh: New source file.
    
    	* doc/examples/accu_color: New directory.
    	* doc/examples/accu_color/accu_color.cc: New source file.
    
    	* doc/examples/io: New directory.
    	* doc/examples/io/Makefile.am: New makefile.
    	* doc/examples/io/io.cc: New source file.
    
    	Write down the basis of the quick tour summary documentation.
    
    	* doc/quick_tour: New specific directory.
    	* doc/quick_tour/quick_tour.tex: New documentation work.
    
    	Write down 3d currently used formulaes.
    
    	* doc/formulae: New specific directory.
    	* doc/formulae/formulae.tex: New recipe of 3d formulae.
    175ec2f5