Skip to content
Snippets Groups Projects
  1. Nov 10, 2020
  2. Nov 09, 2020
    • Céline  TREBEAU's avatar
      Code simplification · 2303cf8e
      Céline TREBEAU authored
      Creation of classes for user parameters (basic and advanced)
      Modification of existant classes (Local variables removed to refer to global variables)
      Regroupement of classes to avoid code repetition (LocalExtremaDetection)
      Removal of unnecessary classes (stored in snippets)
      2303cf8e
  3. Nov 04, 2020
    • Céline  TREBEAU's avatar
      Reduction of parameter requirements. · 71f4ee43
      Céline TREBEAU authored
      * 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>`.
      71f4ee43
  4. Nov 03, 2020
  5. Nov 02, 2020
  6. Oct 30, 2020
  7. Oct 28, 2020
  8. Oct 22, 2020
  9. Oct 21, 2020
  10. Oct 14, 2020
  11. Oct 13, 2020
  12. Oct 06, 2020
Loading