- 25 Apr, 2014 1 commit
-
-
Edwin Carlinet authored
Fix affects also the Kernel Library that uses aggregators.
-
- 09 Apr, 2014 1 commit
-
-
Edwin Carlinet authored
* mln/io/freeimage_reader.hpp, * mln/io/imprint.hpp, * mln/io/imread.hpp, * mln/io/imsave.hpp: Stream reading/writing support.
-
- 04 Apr, 2014 2 commits
-
-
Edwin Carlinet authored
* mln/core/algorithm/copy.hpp: static assertions.
-
Edwin Carlinet authored
* mln/core/vec/compare.hpp: Sup/Inf overloads. * mln/core/vec_base.hpp: Formatting.
-
- 26 Mar, 2014 3 commits
-
-
Edwin Carlinet authored
* mln/colors/lab.hpp, * mln/colors/xyz.hpp: New.
-
Edwin Carlinet authored
* apps/g2/Makefile, * apps/g2/accu/lca.hpp, * apps/g2/g2.cpp, * apps/g2/g2.hpp, * apps/g2/reconstruct.hpp, * apps/g2/remove_parent_relation.hpp, * apps/g2/types.hpp: New
-
Edwin Carlinet authored
* apps/distancebased/Makefile, * apps/distancebased/compute_tree_distance.hpp, * apps/distancebased/grainfilter_distancebased.cpp: New.
-
- 21 Mar, 2014 10 commits
-
-
Edwin Carlinet authored
* CMakeLists.txt, * cli/CMakeLists.txt, * cli/area_close.cpp, * cli/grain_filter.cpp: New.
-
Edwin Carlinet authored
* mln/accu/accumulators/minmax.hpp, * tests/accu/infsup.cpp: Fixed.
-
Edwin Carlinet authored
* mln/core/algorithm/accumulate.hpp, * mln/core/image/image.hpp, * mln/core/image/internal/nested_loop_iterator.hpp, * mln/core/image/morphers/transformed_image.hpp, * mln/core/ops.hpp, * mln/core/vec_base.hpp: Fixes.
-
Edwin Carlinet authored
* mln/core/property_map.hpp, * mln/morpho/component_tree/accumulate.hpp, * mln/morpho/component_tree/component_tree.hpp, * mln/morpho/component_tree/compute_depth.hpp, * mln/morpho/component_tree/filtering.hpp, * mln/morpho/component_tree/graphviz.hpp, * mln/morpho/component_tree/reconstruction.hpp, * mln/morpho/datastruct/attribute_map.hpp, * mln/morpho/datastruct/component_tree.hpp, * mln/morpho/maxtree/maxtree.hpp, * mln/morpho/maxtree/maxtree_queue.hpp, * mln/morpho/pqueue_fast.hpp, * mln/morpho/tos/ctos.hpp, * mln/morpho/tos/immerse.hpp, * mln/morpho/tos/pset.hpp, * mln/morpho/tos/pset_priority.hpp, * mln/morpho/tos/tos.hpp, * tests/morpho/CMakeLists.txt, * tests/morpho/datastruct/CMakeLists.txt, * tests/morpho/datastruct/component_tree.cpp, * tests/morpho/maxtree.cpp, * tests/morpho/maxtree/CMakeLists.txt, * tests/morpho/maxtree/maxtree.cpp: Mostly new.
-
Edwin Carlinet authored
* mln/io/imsave.hpp: RGB Float support.
-
Edwin Carlinet authored
* mln/core/image/ndimage.hpp: Clever resize function.
-
Edwin Carlinet authored
* mln/core/value/index.hpp, * mln/core/value/indexer.hpp: Consitify and conversion operator. * mln/core/vec/compare.hpp: Consitify * mln/core/vec_base.hpp: Explicit Conversion operator.
-
Edwin Carlinet authored
* mln/core/forall.hpp, * mln/core/foreach.hpp, * mln/core/range/iter.hpp, * mln/core/range/range_traits.hpp: Backward functions.
-
Edwin Carlinet authored
* mln/core/algorithm/transform.hpp: Fix return type issue. * mln/core/colors.hpp: Add red/blue/green morphers. * mln/core/image/morphers/casted_image.hpp: New morpher. * mln/core/image/morphers/transformed_image.hpp: Fix concept requirement, and add macros from morpher function. * mln/core/image/morphers/zip_image.hpp: Fix image concept requirement.
-
Edwin Carlinet authored
* mln/accu/accumulator.hpp: Add const overload for make_accumualtor. * mln/accu/accumulators/accu_if.hpp: New conditional accumulalor. * mln/accu/accumulators/infsup.hpp: Use producorder_less as default comparison function.
-
- 03 Feb, 2014 1 commit
-
-
Edwin Carlinet authored
* apps/clattice/clattice.cpp, * apps/clattice/cuts.hpp, * apps/clattice/export.hpp, * apps/clattice/shape.hpp: use bitsets.
-
- 01 Feb, 2014 1 commit
-
-
Edwin Carlinet authored
* apps/clattice/Makefile, * apps/clattice/clattice.cpp: Filtering.
-
- 24 Jan, 2014 5 commits
-
-
Edwin Carlinet authored
* mln/core/algorithm/copy.hpp, * mln/core/image/morphers/extended_by_value_image.hpp: Remove useless headers. * mln/core/canvas/accfpfn.hpp: Reformat.
-
Edwin Carlinet authored
* mln/core/forall.hpp, * mln/core/foreach.hpp: add mln namespace in macros.
-
Edwin Carlinet authored
* mln/core/image/image_routines.hpp, * mln/core/image/ndimage.hpp: are_indexes_compatibles functions.
-
Edwin Carlinet authored
* mln/core/neighb2d.hpp, * mln/core/neighborhood/dyn_neighborhood.hpp: Fix.
-
Edwin Carlinet authored
* mln/core/value/value_traits.hpp: add productorder and lexicographical order for scalar types. * mln/core/vec.hpp: Fix missing headers. * mln/core/vec/compare.hpp: Fix missing specialization for scalar. * mln/core/vec/vec_io.hpp: Use format to format output. * mln/core/vec/vec_math_ops.hpp: Fix. * mln/core/vec_base.hpp: Add integral promotion for unary minus.
-
- 28 Oct, 2013 16 commits
-
-
Edwin Carlinet authored
* apps/tosgui/CMakeLists.txt, * apps/tosgui/attribute.cpp, * apps/tosgui/attribute.hpp, * apps/tosgui/attributes/area.hpp, * apps/tosgui/attributes/gray.hpp, * apps/tosgui/attributes/meaningfullness.hpp, * apps/tosgui/attributes/mser.hpp, * apps/tosgui/dispatcher.cpp, * apps/tosgui/dispatcher.hpp, * apps/tosgui/plotwindow.cpp, * apps/tosgui/plotwindow.hpp, * apps/tosgui/qattribute.hpp, * apps/tosgui/toscgui.cpp, * apps/tosgui/tosgui.cpp: Update.
-
Edwin Carlinet authored
* apps/CMakeLists.txt, * apps/saliency/CMakeLists.txt, * apps/saliency/closure.hpp, * apps/saliency/dispsaliency.cpp, * apps/saliency/dispsaliency.hpp, * apps/saliency/extinction.hpp, * apps/saliency/saliency.cpp, * apps/saliency/saliency.hpp: New.
-
Edwin Carlinet authored
* apps/attributes/MSER.hpp, * apps/attributes/MSERArgparser.cpp, * apps/attributes/MSERArgparser.hpp, * apps/attributes/argparser.hpp, * apps/attributes/meaningfullness.hpp, * apps/attributes/meaningfullnessArgparser.cpp, * apps/attributes/meaningfullnessArgparser.hpp, * apps/tests/CMakeLists.txt, * apps/tests/attributes/CMakeLists.txt, * apps/tests/attributes/meaningfullness.cpp: New.
-
Edwin Carlinet authored
* mln/morpho/tos/tos.hpp: New pmin parameter in the algorithm.
-
Edwin Carlinet authored
* apps/tosgui/qattribute.hpp: Fix warning * apps/tosgui/toscgui.cpp: Fixed comparison function for add_border.
-
Edwin Carlinet authored
* apps/tosgui/dispatcher.cpp, * apps/tosgui/dispatcher.hpp: Add several nodes selection. * apps/tosgui/qattribute.hpp, * apps/tosgui/toscgui.cpp, * apps/tosgui/tosgui.cpp: plot each member of the energy function.
-
* apps/tosgui/qattribute.cpp, * apps/tosgui/qattribute.hpp.
-
Edwin Carlinet authored
* apps/tosgui/dispatcher.hpp * apps/tosgui/dispatcher.cpp * apps/tosgui/filterer.hpp * apps/tosgui/qattribute.hpp * apps/tosgui/toscgui.cpp
-
Edwin Carlinet authored
* apps/tos/mumford_shah.hpp * apps/tosgui/CMakeLists.txt * apps/tosgui/dispatcher.cpp * apps/tosgui/dispatcher.hpp * apps/tosgui/qattribute.cpp * apps/tosgui/qattribute.hpp * apps/tosgui/tosapp.cpp * apps/tosgui/tosapp.hpp * apps/tosgui/toscgui.cpp * apps/tosgui/tosgui.cpp
-
Edwin Carlinet authored
-
Edwin Carlinet authored
* cmake/FindQwt.cmake.
-
Edwin Carlinet authored
* apps/tos/mumford_shah.hpp * apps/tosgui/CMakeLists.txt * apps/tosgui/dispatcher.cpp * apps/tosgui/dispatcher.hpp * apps/tosgui/qattribute.cpp * apps/tosgui/qattribute.hpp * apps/tosgui/tosapp.cpp * apps/tosgui/tosapp.hpp * apps/tosgui/toscgui.cpp * apps/tosgui/tosgui.cpp
-
Edwin Carlinet authored
-
Edwin Carlinet authored
* apps/simplification/simplify.hpp, * apps/simplification/simplify_cluminance.cpp, * apps/simplification/simplify_color.cpp, * apps/simplification/simplify_gray.cpp: use tolerance when simplify.
-
Edwin Carlinet authored
* apps/tos/display_tos.cpp, * apps/tos/distances.cpp, * apps/tos/gradient.cpp, * apps/tos/gradient.hpp, * apps/tos/marginalfilter.cpp, * apps/tos/mumford_shah.hpp, * apps/tos/objdetection.cpp, * apps/tos/rgbgrainfilter.cpp, * apps/tos/simplify.cpp, * apps/tos/thicken.cpp, * apps/tos/tos.cpp: Fix.
-
Edwin Carlinet authored
* apps/CMakeLists.txt, * apps/clattice/CMakeLists.txt, * apps/clattice/clattice.cpp, * apps/clattice/cuts.hpp, * apps/clattice/export.hpp, * apps/clattice/make_graph.hpp, * apps/clattice/relation.hpp, * apps/clattice/shape.hpp: New
-