Skip to content
Snippets Groups Projects

Reduction of parameter requirements

Merged Céline TREBEAU requested to merge reduce_parameter_requirements into dev

The goal was to reduce the parameter requirements :

  • All the objects Img<T> used as parameters have been replaced by RandomAccessibleInterval<T> or IterableInterval<T> objects.
  • A parameter ImgFactory<T> has been added when the creation of an Img<T> as an output was necessary.
  • The class Histogram<T> from package net.imglib2.algorithm.stats has been copied (class HistogramZ) and the constructor parameter Img<T> has been change into IterableInterval<T>.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading