- Nov 10, 2020
-
-
Céline TREBEAU authored
-
- Nov 09, 2020
-
-
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)
-
- Nov 04, 2020
-
-
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>`.
-
- Nov 03, 2020
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
- Nov 02, 2020
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
Addition of Input dimensions as instance variables (instead of static variable in SurfacesExtraction class)
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
- Oct 30, 2020
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
Bug fixed : the number of point is based on the actual content of the 2D array and not on the number of Coordinates objects created.
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
Refactor : Replacement of X, Y and Z by width, height and depth when referring to the size of the image
-
Céline TREBEAU authored
-
- Oct 28, 2020
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
remove of starting OSE size as a static variable and replace by a new class OSEStartingSize
-
Céline TREBEAU authored
-
- Oct 22, 2020
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
- Oct 21, 2020
-
-
Céline TREBEAU authored
-
- Oct 14, 2020
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
- Oct 13, 2020
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
- Code cleanup
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
For clarification and modularity purposes the method uses for maximums selection are regrouped in one class which produces a 2D pixels array. This array is afterwards used to reconstructed the OS then the surfaces.
-
Céline TREBEAU authored
The amplitude of maximums are used to classified the pixels. This class is used in complement with LocalOtsu class.
-
- Oct 06, 2020
-
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-