- 07 May, 2014 3 commits
-
-
Edwin Carlinet authored
* mln/core/always.hpp: New. * mln/morpho/canvas/unionfind.hpp: Fix root issue. * mln/morpho/extinction.hpp, * tests/morpho/CMakeLists.txt, * tests/morpho/extinction.cpp: New.
-
Edwin Carlinet authored
* mln/core/concept/neighborhood.hpp: Relax neighborhood constraints. * mln/core/object_wrappers.hpp: New * mln/morpho/datastruct/component_tree.hpp, * mln/morpho/datastruct/image_property_map.hpp, * tests/morpho/datastruct/image_property_map.cpp: Neighborhood support.
-
Edwin Carlinet authored
* mln/core/domain/box.hpp: Add != operator. * mln/core/image/image2d.hpp: Fix issue in initializer list. * mln/core/iterator/iterator_base.hpp: Add warning comment. * mln/morpho/algebraic_filter.hpp: Replace size_type by unsigned the area closing.
-
- 30 Apr, 2014 5 commits
-
-
Edwin Carlinet authored
* mln/morpho/component_tree/accumulate.hpp, * mln/morpho/component_tree/reconstruction.hpp, * mln/morpho/datastruct/component_tree.hpp: Fix doc or format. * mln/morpho/component_tree/filtering.hpp: Factorize pruning. * mln/morpho/component_tree/io.hpp: New. * mln/morpho/datastruct/image_property_map.hpp: New. * tests/morpho/CMakeLists.txt, * tests/morpho/component_tree/CMakeLists.txt, * tests/morpho/component_tree/io.cpp, * tests/morpho/datastruct/CMakeLists.txt, * tests/morpho/datastruct/image_property_map.cpp: Test files.
-
Edwin Carlinet authored
elementary dilation... * cli/CMakeLists.txt, * cli/grain_filter.cpp, * cli/area_close.cpp: Fixed. * cli/area_fast_close.cpp, * cli/closing_by_reconstruction.cpp, * cli/leveling.cpp: New * mln/morpho/algebraic_filter.hpp, * mln/morpho/canvas/unionfind.hpp, * mln/morpho/closing_by_reconstruction.hpp, * mln/morpho/dilate.hpp, * tests/morpho/dilate.cpp,
-
Edwin Carlinet authored
* mln/io/freeimage_plugin.hpp, * mln/io/imsave.hpp, * mln/io/saver.hpp, * mln/io/stream_wrapper.hpp: Fixed. * tests/io/freeimage.cpp: Fixed.
-
Edwin Carlinet authored
* mln/core/image/image2d.hpp: Add construction from initializer list. * mln/core/image/image_ops.hpp: Add min/max/inf/sup pw functions. * mln/core/image/image_routines.hpp: Fix issue in resizer. * mln/core/ops.hpp: Add min/max/inf/sup functor. * mln/core/iref.hpp: Image reference wrapper. * mln/core/image/morphers/transformed_image.hpp, * mln/core/image/sub_image.hpp: Formating.
-
Edwin Carlinet authored
* mln/accu/accumulator_base.hpp: Formatting. * mln/accu/accumulators/count.hpp: Small fix. * mln/accu/accumulators/infsup.hpp: inf/sup inversion. * mln/accu/accumulators/minmax.hpp: New meta accu style.
-
- 28 Apr, 2014 2 commits
-
-
Edwin Carlinet authored
* tests/io/freeimage.cpp: New cases.
-
Edwin Carlinet authored
* mln/io/freeimage_reader.hpp, * mln/io/reader.hpp: removed. * mln/io/loader.hpp, * mln/io/saver.hpp, * mln/io/plugin.hpp: New abstract classes. * mln/io/stream_wrapper.hpp, * mln/io/freeimage_plugin.hpp: New. * mln/io/imread.hpp, * mln/io/imsave.hpp: Changed with the new design. * mln/io/internal/demangle.hpp: Fix formating.
-
- 25 Apr, 2014 2 commits
-
-
Edwin Carlinet authored
-
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 5 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.
-