- 17 Aug, 2009 2 commits
-
-
Guillaume Lazzara authored
* build-aux/generate_dist_headers.sh: install non distributed files if installing from a repository copy. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4358 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* text/grouping/internal/find_left_link.hh (find_left_link): Qualify left with mln. * text/grouping/internal/find_right_link.hh (find_right_link): Qualify right with mln. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4357 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 15 Aug, 2009 5 commits
-
-
Thierry Geraud authored
* theo/mln: New directory. * theo/mln/core, * theo/mln/core/concept, * theo/mln/walue, * theo/mln/walue/internal: New sub-directories. * theo/mln/core/concept/walue.hh: New. * theo/mln/walue/gl.cc: New. * theo/mln/walue/gl8.hh: New. * theo/mln/walue/rgb_t.hh: New. * theo/mln/walue/glf.cc: New. * theo/mln/walue/approx_equal.hh: New. * theo/mln/walue/set_encoding.hh: New. * theo/mln/walue/gl.hh: New. * theo/mln/walue/rgb_3xn.hh: New. * theo/mln/walue/rgb_3x8.cc: New. * theo/mln/walue/int_u.cc: New. * theo/mln/walue/glf.hh: New. * theo/mln/walue/gl16.hh: New. * theo/mln/walue/rgb.hh: New. * theo/mln/walue/rgb_3x8.hh: New. * theo/mln/walue/internal/rgb_base.hh: New. * theo/mln/walue/color.hh: New. * theo/mln/walue/int_u.hh: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4356 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* mln/core/concept/proxy.hh (mln_def_binop_proxy): Add operators to disambiguate the case of Proxy Op Literal. (set_binary_): New overload for Proxy Op Literal. * mln/core/concept/image.hh (~image): New check. * mln/literal/black.hh, * mln/literal/white.hh (operator float, operator double): New. They are guarded by... (MLN_NEW_VALUE_TYPES): ...this new variable. * mln/value/rgb.hh (quant): Fix definition. When n was low, say 3, then the quant was also set to low, though there was no way to browse the set of values! (rgb): New ctor overload for vec<3,float>; useful for accu::mean. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4355 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* ChangeLog: Fix. Wrong commit directory, sorry. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4354 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
Fix various accumulators things. Have transform_line fastest. * milena/mln/accu/transform_line.hh: Add documentation. (todo): Remove, done: The specialization for fastest images is now up. (todo): New. A version that ignores extensions should exist; see commented code in this present file. (impl::generic::transform_line): Add extension adjust for safety reason. Layout. (impl::generic::transform_line_fastest): Activate. Fix bug. (transform_line_dispatch): Revamp to take into account accumulator properties. (transform_line): Call properly the dispatch mechanism. * milena/tests/accu/transform_line.cc: Test both generic and fastest versions. Fix missing properties for some accumulators. * milena/mln/accu/stat/min.hh, * milena/mln/accu/stat/max.hh (set_value): New method. * milena/mln/accu/stat/max_h.hh (invariant_): New method. (max_h): Add calls to invariant_. (debug_print_): Augment. * milena/mln/accu/math/count.hh, * milena/mln/accu/logic/lor.hh, * milena/mln/accu/logic/lor_basic.hh, * milena/mln/accu/logic/land.hh, * milena/mln/accu/logic/land_basic.hh, * milena/mln/accu/stat/min.hh, * milena/mln/accu/stat/max.hh, * milena/mln/accu/stat/min_h.hh, * milena/mln/accu/stat/max_h.hh (trait): Add missing traits. Misc. * milena/mln/morpho/general.spe.hh: Fix layout. Remove useless includes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4353 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
Have transform_line fastest. * milena/mln/accu/transform_line.hh: Add documentation. (todo): Remove, done: The specialization for fastest images is now up. (todo): New. A version that ignores extensions should exist; see commented code in this present file. (impl::generic::transform_line): Add extension adjust for safety reason. Layout. (impl::generic::transform_line_fastest): Activate. Fix bug. (transform_line_dispatch): Revamp to take into account accumulator properties. (transform_line): Call properly the dispatch mechanism. * milena/tests/accu/transform_line.cc: Test both generic and fastest versions. Fix missing properties for some accumulators. * milena/mln/accu/stat/min.hh, * milena/mln/accu/stat/max.hh (set_value): New method. * milena/mln/accu/stat/max_h.hh (invariant_): New method. (max_h): Add calls to invariant_. (debug_print_): Augment. * milena/mln/accu/math/count.hh, * milena/mln/accu/logic/lor.hh, * milena/mln/accu/logic/lor_basic.hh, * milena/mln/accu/logic/land.hh, * milena/mln/accu/logic/land_basic.hh, * milena/mln/accu/stat/min.hh, * milena/mln/accu/stat/max.hh, * milena/mln/accu/stat/min_h.hh, * milena/mln/accu/stat/max_h.hh (trait): Add missing traits. Misc. * milena/mln/morpho/general.spe.hh: Fix layout. Remove useless includes. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4352 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 14 Aug, 2009 3 commits
-
-
Yann Jacquelet authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4351 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4350 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
Try to isolate the background color of mp000082c_50p.pgm. * green/histo1d/Makefile.am : Update minor settings in Makefile. * green/histo1d/histo1d.hh : New C++ type. * green/histo1d/gaussian.sh : New GNUPLOT script to calibrate gaussian filter. * green/histo1d/save_sh.hh (save_sh) : Update some GNUPLOT style. * green/histo1d/histo1d.cc (test_classify) : New function. * green/histo1d/mp00082c_50p.pgm : New test scribo image. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4349 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 13 Aug, 2009 1 commit
-
-
Vivien Delmon authored
* mln/canvas/distance_front.hh: Fix variable order in dispatch call for the generic version of canvas::distance_front. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4348 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 12 Aug, 2009 5 commits
-
-
Yann Jacquelet authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4347 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4346 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/histo1d : New directory. * green/histo1d/Makefile.am : New Makefile. * green/histo1d/histo1d.hh : New C++ type. * green/histo1d/save_sh.hh : New gnuplot export routine. * green/histo1d/histo1d.cc : New unitary tests. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4345 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Fabien Freling authored
* fabien/mln/core/image/tiled2d.hh: Create a tiled image based on basic I/O. * fabien/mln/io/pnm/load.hh: Add a method for loading a tiled image. * fabien/tests/core/image/tiled2d.cc: Update test file. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4344 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Fabien Freling authored
* green/Fraction: Remove. * green/HelloMilena: Remove. * green/HelloWorld: Remove. * green/LearnMilena: Remove. * green/Otsu: Remove. * green/Stats: Remove. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4343 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 04 Aug, 2009 7 commits
-
-
Yann Jacquelet authored
* green/Stats/Makefile.am : Remove Makefile. * green/Stats/Stats.cc : Remove source. * green/Stats : Remove directory. * green/stats : New directory. * green/stats/Makefile.am : New Makefile. * green/stats/stats.cc : New source. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4342 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/LearnMilena/Makefile.am : Remove Makefile. * green/LearnMilena/LearnMilena.cc : Remove source. * green/LearnMilena : Remove directory. * green/learn_milena : New directory. * green/learn_milena/Makefile.am : New Makefile. * green/learn_milena/learn_milena.cc : New source. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4341 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/HelloMilena/Makefile.am : Remove Makefile. * green/HelloMilena/HelloMilena.cc : Remove source. * green/HelloMilena : Remove directory. * green/hello_milena : New directory. * green/hello_milena/Makefile.am : New Makefile. * green/hello_milena/hello_milena.cc : New source. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4340 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/HelloWorld/Makefile.am : Remove Makefile. * green/HelloWorld/HelloWorld.cc : Remove source. * green/HelloWorld/Print.cc : Remove source. * green/HelloWorld : Remove directory. * green/hello_world : New directory. * green/hello_world/Makefile.am : New Makefile. * green/hello_world/hello_world.cc : New source. * green/hello_world/print.cc : New source. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4339 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/Otsu/Makefile.am : Remove Makefile. * green/Otsu/Otsu.cc : Remove source. * green/Otsu : Remove directory. * green/otsu : New directory. * green/otsu/Makefile.am : New Makefile. * green/otsu/otsu.cc : New source (substituate float by double). git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4338 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/Fraction/Makefile.am : Remove Makefile. * green/Fraction/main.cc : Remove source. * green/Fraction/frac.hh : Remove source. * green/Fraction/frac.cc : Remove source. * green/Fraction : Remove directory. * green/fraction : New directory. * green/fraction/Makefile.am : New Makefile. * green/fraction/sign_prod.hh : New source. * green/fraction/gcd.hh : New source. * green/fraction/frac.hh : New source. * green/fraction/frac.cc : New source. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4337 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/Fraction/frac.cc : Complete unary tests. * green/Fraction/frac.hh : Complete fraction type. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4336 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 03 Aug, 2009 1 commit
-
-
Fabien Freling authored
* fabien/igr/segment_us_morpho.sh: Small update. * fabien/magick/Makefile: Minor fix. * fabien/mln/canvas/browsing/directional.hh: Draft. * fabien/mln/canvas/browsing/snake.hh: Draft. * fabien/mln/core/image/magick_tiled2d.hh: Implement 2D tiled image with ImageMagick. * fabien/mln/core/image/tiled2d.hh: Implement 2D tiled image. * fabien/mln/data/fast_median.hh: Draft. * fabien/mln/io/pnm/load.hh: Add support for tiled images. * fabien/tests/core/image/Makefile: New Makefile for building. * fabien/tests/core/image/tiled2d.cc: New test for tiled images. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4335 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 30 Jul, 2009 2 commits
-
-
Thierry Geraud authored
* mln/core/image/imorph/labeled_image.hh: Fix missing include. * mln/value/proxy.hh (proxy<const I>): Remove; useless. (proxy): Change inheritance from Value to Proxy. (operator): Remove; they are obsolete thanx to Proxy. (ima_): Change type from & to *; late initialization is allowed. (~proxy): De-activate static checks. * tests/value/proxy.cc: New. * tests/value/Makefile.am: Update. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4334 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Thierry Geraud authored
* modules/icdar/words.cc (to_larger, to_smaller): Rename as... (enlarge, shrink): ...these; move into fun::p2p. (LOG): Group log code. (transposed_image): Get rid of this ugly call name. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4333 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 28 Jul, 2009 1 commit
-
-
Yann Jacquelet authored
* green/Fraction/Makefile.am : New Makefile. * green/Fraction/main.cc : New Unitary Tests. * green/Fraction/frac.hh : New Fraction type. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4332 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 27 Jul, 2009 1 commit
-
-
Thierry Geraud authored
* icdar/2009/pscomp: New directory. * icdar/2009/pscomp/iz.cc: New. Compute an IZ image along with distances between objects. * icdar/2009/pscomp/rect_filter.cc: New. Algebraic filtering with a combinaison of bounding box width and height. * theo/experimental/depeche: New directory. * theo/experimental/depeche/homogen.cc: New. * theo/experimental/depeche/col.cc: New. * theo/experimental/depeche/row_mm.cc: New. * theo/experimental/depeche/row.cc: New. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4331 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 25 Jul, 2009 1 commit
-
-
Roland Levillain authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4330 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 24 Jul, 2009 5 commits
-
-
Edwin Carlinet authored
* edwin/exec/zi.cc: Some tries... * edwin/exec/zi.hh: Real distance between components. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4329 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* core/site_set/p_vertices.hh: Fix bug in constructor. * make/edge_image.hh: Add overload to compute edge_image from function v2v. * util/internal/graph_base.hh: Make typedef visibility to public. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4328 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4327 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4326 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Guillaume Lazzara authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4325 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
- 23 Jul, 2009 6 commits
-
-
Yann Jacquelet authored
* green/LearnMilena/LearnMilena.cc : Add () around operator |. * green/Otsu/Otsu.cc : Evict mln_VAR macro. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4324 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/Stats/Makefile.am : New. * green/Stats/Stats.cc : Compute histogram, variance and max. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4323 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/LearnMilena/Makefile.am : New. * green/LearnMilena/LearnMilena.cc : Filling operator. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4322 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
* green/HelloWorld/Makefile.am : New. * green/HelloWorld/HelloMilena.cc : Creating and saving image. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4321 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Yann Jacquelet authored
git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4320 4aad255d-cdde-0310-9447-f3009e2ae8c0
-
Edwin Carlinet authored
* edwin/exec/zi.cc: Use distance between bbox instead of distance between mass centers. git-svn-id: https://svn.lrde.epita.fr/svn/oln/trunk@4319 4aad255d-cdde-0310-9447-f3009e2ae8c0
-