diff --git a/LICENSE.txt b/LICENSE.txt index b7c72d3e..e224f15a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2017 - 2023, Matthias Arzt +Copyright (c) 2017 - 2024, Matthias Arzt All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhood.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhood.java index f02af858..e1377f51 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhood.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhood.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhoodUnsafe.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhoodUnsafe.java index f2968cb6..d541b193 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhoodUnsafe.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhoodUnsafe.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidShape.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidShape.java index e7193528..9875ab4d 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidShape.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidShape.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodCursor.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodCursor.java index 5296abba..f4447f6b 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodCursor.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodCursor.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodFactory.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodFactory.java index 4e942cf9..358e45cc 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodFactory.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodFactory.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodIterableInterval.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodIterableInterval.java index 4e0b7838..fec19ba9 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodIterableInterval.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodIterableInterval.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodLocalizableSampler.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodLocalizableSampler.java index 0496d031..634445dd 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodLocalizableSampler.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodLocalizableSampler.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodRandomAccess.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodRandomAccess.java index d1f123e0..a25e5703 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodRandomAccess.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodRandomAccess.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodRandomAccessible.java b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodRandomAccessible.java index f0ca390a..3a260fbe 100644 --- a/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodRandomAccessible.java +++ b/src/main/java/preview/net/imglib2/algorithm/neighborhood/NeighborhoodRandomAccessible.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/RevampUtils.java b/src/main/java/sc/fiji/labkit/pixel_classification/RevampUtils.java index 3180c4ee..6fb3b3ae 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/RevampUtils.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/RevampUtils.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/classification/ClassifierSerialization.java b/src/main/java/sc/fiji/labkit/pixel_classification/classification/ClassifierSerialization.java index 3f918446..97b2747a 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/classification/ClassifierSerialization.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/classification/ClassifierSerialization.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/classification/Segmenter.java b/src/main/java/sc/fiji/labkit/pixel_classification/classification/Segmenter.java index 70971860..539fe8b8 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/classification/Segmenter.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/classification/Segmenter.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/classification/Trainer.java b/src/main/java/sc/fiji/labkit/pixel_classification/classification/Trainer.java index 1b5b3f67..1b00c985 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/classification/Trainer.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/classification/Trainer.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/classification/Training.java b/src/main/java/sc/fiji/labkit/pixel_classification/classification/Training.java index f67b37cf..d00da83e 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/classification/Training.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/classification/Training.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/GpuFeatureInput.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/GpuFeatureInput.java index 491c7d2d..b51cce85 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/GpuFeatureInput.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/GpuFeatureInput.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuConcatenatedNeighborhoodOperation.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuConcatenatedNeighborhoodOperation.java index b1317126..f49b70cb 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuConcatenatedNeighborhoodOperation.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuConcatenatedNeighborhoodOperation.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuEigenvalues.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuEigenvalues.java index e60e10c0..757c7e7c 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuEigenvalues.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuEigenvalues.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGauss.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGauss.java index 5fd76b43..b944a818 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGauss.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGauss.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuKernelConvolution.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuKernelConvolution.java index 038438ef..c19f676d 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuKernelConvolution.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuKernelConvolution.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuNeighborhoodOperation.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuNeighborhoodOperation.java index bea39d7e..c73ac450 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuNeighborhoodOperation.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuNeighborhoodOperation.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuNeighborhoodOperations.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuNeighborhoodOperations.java index e599d32d..0ade8e7d 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuNeighborhoodOperations.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuNeighborhoodOperations.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuSeparableOperation.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuSeparableOperation.java index 4f7e6586..03c9c1d5 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuSeparableOperation.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuSeparableOperation.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/ClearCLBufferPool.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/ClearCLBufferPool.java index 7d2ba69a..6943fb5f 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/ClearCLBufferPool.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/ClearCLBufferPool.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/DefaultGpuApi.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/DefaultGpuApi.java index 9a758835..8a227d62 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/DefaultGpuApi.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/DefaultGpuApi.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuApi.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuApi.java index a746666c..8737f677 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuApi.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuApi.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuCopy.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuCopy.java index 92bba2d7..cea23ab1 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuCopy.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuCopy.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuImage.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuImage.java index db2a9ab6..d99f7fd3 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuImage.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuImage.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPixelWiseOperation.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPixelWiseOperation.java index 99c9d648..edfc21d5 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPixelWiseOperation.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPixelWiseOperation.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPool.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPool.java index b072c00b..8ee323ec 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPool.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPool.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuScope.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuScope.java index 2ab25e84..8f3da80c 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuScope.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuScope.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuView.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuView.java index 1b5921c4..0f077505 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuView.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuView.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuViews.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuViews.java index bd47955d..cbaa61e1 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuViews.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuViews.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/OpenCLSyntax.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/OpenCLSyntax.java index 9ae4bcb0..702004a3 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/OpenCLSyntax.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/api/OpenCLSyntax.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuComputeCache.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuComputeCache.java index 13e944de..84a7f1f1 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuComputeCache.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuComputeCache.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuDerivativeContent.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuDerivativeContent.java index 85184f95..cc548b4a 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuDerivativeContent.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuDerivativeContent.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuGaussContent.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuGaussContent.java index 0c092ca6..1a12c306 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuGaussContent.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuGaussContent.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuOriginalContent.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuOriginalContent.java index 3c067966..90dc5b42 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuOriginalContent.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuOriginalContent.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuSecondDerivativeContent.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuSecondDerivativeContent.java index 66b65e43..b01ad4a5 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuSecondDerivativeContent.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/compute_cache/GpuSecondDerivativeContent.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernel.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernel.java index 5b5c0fac..cedc7aa9 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernel.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernel.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestPrediction.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestPrediction.java index 4ae4a0c4..54511911 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestPrediction.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestPrediction.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomTreePrediction.java b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomTreePrediction.java index 68b256d4..b5c67fd3 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomTreePrediction.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomTreePrediction.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gson/GsonUtils.java b/src/main/java/sc/fiji/labkit/pixel_classification/gson/GsonUtils.java index f2958176..8306031b 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gson/GsonUtils.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gson/GsonUtils.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/AccordionPanel.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/AccordionPanel.java index a3dbdc2a..d624d900 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/AccordionPanel.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/AccordionPanel.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/AccordionSection.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/AccordionSection.java index 07ba3014..a2ec8228 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/AccordionSection.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/AccordionSection.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/AvailableFeatures.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/AvailableFeatures.java index 149d4a9c..7d522cf1 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/AvailableFeatures.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/AvailableFeatures.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/FeatureInfo.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/FeatureInfo.java index 08c79aac..5a9929f1 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/FeatureInfo.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/FeatureInfo.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/FeatureSettingsUI.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/FeatureSettingsUI.java index dd251d18..5826aa0a 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/FeatureSettingsUI.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/FeatureSettingsUI.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/FiltersListSection.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/FiltersListSection.java index b0fb79f1..37d30bd5 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/FiltersListSection.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/FiltersListSection.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/FiltersPanel.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/FiltersPanel.java index ebd77d1d..17d832dd 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/FiltersPanel.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/FiltersPanel.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/IconResources.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/IconResources.java index 3a1e82c5..9521100f 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/IconResources.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/IconResources.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/InfoDialog.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/InfoDialog.java index 02d668a1..ff36cf54 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/InfoDialog.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/InfoDialog.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/NonParametrizedRow.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/NonParametrizedRow.java index 57950df0..5060155f 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/NonParametrizedRow.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/NonParametrizedRow.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/ParametersRow.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/ParametersRow.java index 90b03f84..9e3e0346 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/ParametersRow.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/ParametersRow.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/ParametrizedRow.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/ParametrizedRow.java index dd423863..cf622a36 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/ParametrizedRow.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/ParametrizedRow.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/gui/SelectableRow.java b/src/main/java/sc/fiji/labkit/pixel_classification/gui/SelectableRow.java index 03b02b17..64f9b49f 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/gui/SelectableRow.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/gui/SelectableRow.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/ColorInputPreprocessor.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/ColorInputPreprocessor.java index af9b0ef4..977203e0 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/ColorInputPreprocessor.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/ColorInputPreprocessor.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/DeprecatedColorInputPreprocessor.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/DeprecatedColorInputPreprocessor.java index 90d7ce32..a1833bea 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/DeprecatedColorInputPreprocessor.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/DeprecatedColorInputPreprocessor.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/FeatureCalculator.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/FeatureCalculator.java index 908b89c5..268a0ade 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/FeatureCalculator.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/FeatureCalculator.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/GrayInputPreprocessor.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/GrayInputPreprocessor.java index 25027643..7c424c25 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/GrayInputPreprocessor.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/GrayInputPreprocessor.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/InputPreprocessor.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/InputPreprocessor.java index dd185637..16649488 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/InputPreprocessor.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/InputPreprocessor.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/MultiChannelInputPreprocessor.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/MultiChannelInputPreprocessor.java index c3fdd926..3ac02223 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/MultiChannelInputPreprocessor.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/MultiChannelInputPreprocessor.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractFeatureOp.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractFeatureOp.java index 026cafe3..18ea42c1 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractFeatureOp.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractFeatureOp.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractGroupFeatureOp.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractGroupFeatureOp.java index c5adfceb..e70ef6fa 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractGroupFeatureOp.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractGroupFeatureOp.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractSigmaGroupFeatureOp.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractSigmaGroupFeatureOp.java index c5db0e24..241a529e 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractSigmaGroupFeatureOp.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/AbstractSigmaGroupFeatureOp.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureInput.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureInput.java index 7e5af0ec..80c7aa46 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureInput.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureInput.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureJoiner.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureJoiner.java index c3d1788c..c1969938 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureJoiner.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureJoiner.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureOp.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureOp.java index 21210714..870f68ea 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureOp.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureOp.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/GroupedFeatures.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/GroupedFeatures.java index 79ad6a76..3046cfbd 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/GroupedFeatures.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/GroupedFeatures.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/SingleFeatures.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/SingleFeatures.java index 6086ebc4..5ba36348 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/SingleFeatures.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/SingleFeatures.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/dog/DifferenceOfGaussiansFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/dog/DifferenceOfGaussiansFeature.java index 9778022e..e72db927 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/dog/DifferenceOfGaussiansFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/dog/DifferenceOfGaussiansFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/dog/SingleDifferenceOfGaussiansFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/dog/SingleDifferenceOfGaussiansFeature.java index af4ddaef..4d2fca39 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/dog/SingleDifferenceOfGaussiansFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/dog/SingleDifferenceOfGaussiansFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/GaborFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/GaborFeature.java index eac9c326..8b0e7b2b 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/GaborFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/GaborFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/SingleGaborFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/SingleGaborFeature.java index ecba092f..7258e8ec 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/SingleGaborFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/SingleGaborFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gauss/GaussFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gauss/GaussFeature.java index 34ce32ce..edd37db2 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gauss/GaussFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gauss/GaussFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gauss/SingleGaussFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gauss/SingleGaussFeature.java index 2c59de07..f7b381a9 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gauss/SingleGaussFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gauss/SingleGaussFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/GradientFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/GradientFeature.java index ec7facf3..630c393b 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/GradientFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/GradientFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SingleGradientFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SingleGradientFeature.java index eae4245e..602fcd2e 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SingleGradientFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SingleGradientFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SingleSobelGradientFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SingleSobelGradientFeature.java index b2b2c956..65b9232b 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SingleSobelGradientFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SingleSobelGradientFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SobelGradientFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SobelGradientFeature.java index 91f6f559..da3a9f02 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SobelGradientFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/SobelGradientFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/Hessian3DFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/Hessian3DFeature.java index d313e340..388650a4 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/Hessian3DFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/Hessian3DFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/HessianFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/HessianFeature.java index e577ea9c..5452c0b3 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/HessianFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/HessianFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/SingleHessian3DFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/SingleHessian3DFeature.java index 7fbd67a2..58533f49 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/SingleHessian3DFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/SingleHessian3DFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/SingleHessianFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/SingleHessianFeature.java index cff7efd6..b9b6a9fb 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/SingleHessianFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/hessian/SingleHessianFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/identity/IdendityFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/identity/IdendityFeature.java index 23953b58..03c9baf3 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/identity/IdendityFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/identity/IdendityFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/ConeMorphology.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/ConeMorphology.java index b431c071..fad0d76b 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/ConeMorphology.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/ConeMorphology.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/LipschitzFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/LipschitzFeature.java index 2ea1fe6c..2d89f624 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/LipschitzFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/LipschitzFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/SingleLipschitzFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/SingleLipschitzFeature.java index 6b7f2822..72b01af2 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/SingleLipschitzFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/SingleLipschitzFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/stats/SingleSphereShapedFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/stats/SingleSphereShapedFeature.java index 2a99581b..d3e323c3 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/stats/SingleSphereShapedFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/stats/SingleSphereShapedFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/stats/SphereShapedFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/stats/SphereShapedFeature.java index f1f59c36..d04383d0 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/stats/SphereShapedFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/stats/SphereShapedFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/DifferenceOfGaussiansFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/DifferenceOfGaussiansFeature.java index e4b04902..5de89bf2 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/DifferenceOfGaussiansFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/DifferenceOfGaussiansFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/SingleDifferenceOfGaussiansFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/SingleDifferenceOfGaussiansFeature.java index 6a5601cb..f77bc063 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/SingleDifferenceOfGaussiansFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/SingleDifferenceOfGaussiansFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/GaussianBlurFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/GaussianBlurFeature.java index 896100b4..11e2ad3d 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/GaussianBlurFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/GaussianBlurFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/SingleGaussianBlurFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/SingleGaussianBlurFeature.java index eb017aa6..2100a9ba 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/SingleGaussianBlurFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/SingleGaussianBlurFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/GaussianGradientMagnitudeFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/GaussianGradientMagnitudeFeature.java index b343d5ed..23331a02 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/GaussianGradientMagnitudeFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/GaussianGradientMagnitudeFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/SingleGaussianGradientMagnitudeFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/SingleGaussianGradientMagnitudeFeature.java index fe93e1bb..4cff122e 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/SingleGaussianGradientMagnitudeFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/SingleGaussianGradientMagnitudeFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValuesSymmetric3D.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValuesSymmetric3D.java index a8562762..a80a7eb0 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValuesSymmetric3D.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValuesSymmetric3D.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/HessianEigenvaluesFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/HessianEigenvaluesFeature.java index 58046f7c..d98bae93 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/HessianEigenvaluesFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/HessianEigenvaluesFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/SingleHessianEigenvaluesFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/SingleHessianEigenvaluesFeature.java index 914bf5e4..fe5d64e8 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/SingleHessianEigenvaluesFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/SingleHessianEigenvaluesFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/identity/IdentityFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/identity/IdentityFeature.java index a0e03c8e..f7630103 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/identity/IdentityFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/identity/IdentityFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/LaplacianOfGaussianFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/LaplacianOfGaussianFeature.java index 35e09305..291d3afd 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/LaplacianOfGaussianFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/LaplacianOfGaussianFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/SingleLaplacianOfGaussianFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/SingleLaplacianOfGaussianFeature.java index 49b91071..4a1ff067 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/SingleLaplacianOfGaussianFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/SingleLaplacianOfGaussianFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/AbstractSingleStatisticFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/AbstractSingleStatisticFeature.java index 8d2b8c88..5a2ecd0a 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/AbstractSingleStatisticFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/AbstractSingleStatisticFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MaxFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MaxFeature.java index ed4f2aaa..9b36ef86 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MaxFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MaxFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MeanFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MeanFeature.java index b152de9c..c644ece1 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MeanFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MeanFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinFeature.java index b14cf5a3..9aad87c4 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinMaxFilter.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinMaxFilter.java index bfcde7b1..0b9a27e1 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinMaxFilter.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinMaxFilter.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMaxFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMaxFeature.java index 1fafc5e7..104a2f15 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMaxFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMaxFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMeanFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMeanFeature.java index b2c6a88c..430a3b54 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMeanFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMeanFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMinFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMinFeature.java index 78335bb1..d88df293 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMinFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleMinFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleVarianceFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleVarianceFeature.java index 496d382e..bf8dacdd 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleVarianceFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleVarianceFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumConvolver.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumConvolver.java index ece3b7a1..f36acf4a 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumConvolver.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumConvolver.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilter.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilter.java index a66fd865..ce55430c 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilter.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilter.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/VarianceFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/VarianceFeature.java index 654ea52f..ca2a9fb2 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/VarianceFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/VarianceFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/SingleStructureTensorEigenvaluesFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/SingleStructureTensorEigenvaluesFeature.java index 6c7d0a3e..08cce0a2 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/SingleStructureTensorEigenvaluesFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/SingleStructureTensorEigenvaluesFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/StructureTensorEigenvaluesFeature.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/StructureTensorEigenvaluesFeature.java index b3b261e5..67e007d6 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/StructureTensorEigenvaluesFeature.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/StructureTensorEigenvaluesFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/ChannelSetting.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/ChannelSetting.java index e1a37629..a459d9d0 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/ChannelSetting.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/ChannelSetting.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSetting.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSetting.java index 3b68c6c3..eb40ad3e 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSetting.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSetting.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettings.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettings.java index 5f00a74c..50d99495 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettings.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettings.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/GlobalSettings.java b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/GlobalSettings.java index ce31920c..f38a5591 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/GlobalSettings.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/GlobalSettings.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestCore.java b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestCore.java index 62fce0aa..5e8d3df0 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestCore.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestCore.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestPrediction.java b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestPrediction.java index 29dba52c..df875723 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestPrediction.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestPrediction.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/ReflectionUtils.java b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/ReflectionUtils.java index 8ef1c712..5d879551 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/ReflectionUtils.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/ReflectionUtils.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/TransparentRandomForest.java b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/TransparentRandomForest.java index 8be4816b..6760fdff 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/TransparentRandomForest.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/TransparentRandomForest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/TransparentRandomTree.java b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/TransparentRandomTree.java index e05ea234..2468509a 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/TransparentRandomTree.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/random_forest/TransparentRandomTree.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/ArrayUtils.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/ArrayUtils.java index 56e02607..92c66665 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/ArrayUtils.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/ArrayUtils.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/CubicEquation.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/CubicEquation.java index b1ea09fc..f0d72ae3 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/CubicEquation.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/CubicEquation.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/DoubleTernaryOperator.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/DoubleTernaryOperator.java index c3bdc770..adb55f5b 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/DoubleTernaryOperator.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/DoubleTernaryOperator.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/FastSqrt.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/FastSqrt.java index 0b45952b..8426ee48 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/FastSqrt.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/FastSqrt.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/Scope.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/Scope.java index ffa47974..f6c58e00 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/Scope.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/Scope.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/SingletonContext.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/SingletonContext.java index e640caa0..05545886 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/SingletonContext.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/SingletonContext.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/TimeStatistics.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/TimeStatistics.java index 22e8aac8..0bc00d3d 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/TimeStatistics.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/TimeStatistics.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/ToString.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/ToString.java index 51070ca0..b2119117 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/ToString.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/ToString.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/CompositeRandomAccess.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/CompositeRandomAccess.java index 48353be5..d94b74f4 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/CompositeRandomAccess.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/CompositeRandomAccess.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/FastViews.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/FastViews.java index 042398ff..8fa6a46b 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/FastViews.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/FastViews.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/SimpleRAI.java b/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/SimpleRAI.java index 5cc46493..746abed4 100644 --- a/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/SimpleRAI.java +++ b/src/main/java/sc/fiji/labkit/pixel_classification/utils/views/SimpleRAI.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhoodTest.java b/src/test/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhoodTest.java index c04ac831..36aa9c5d 100644 --- a/src/test/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhoodTest.java +++ b/src/test/java/preview/net/imglib2/algorithm/neighborhood/HyperEllipsoidNeighborhoodTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/AnisotropicFeaturesTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/AnisotropicFeaturesTest.java index e462c5dd..4dd58aea 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/AnisotropicFeaturesTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/AnisotropicFeaturesTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/BackwardCompatibilityTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/BackwardCompatibilityTest.java index 91de8248..11010723 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/BackwardCompatibilityTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/BackwardCompatibilityTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/Benchmarks.java b/src/test/java/sc/fiji/labkit/pixel_classification/Benchmarks.java index 74827ffb..c7c897c7 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/Benchmarks.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/Benchmarks.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/FeatureCalculationBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/FeatureCalculationBenchmark.java index 2c224ddf..1dd91d6e 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/FeatureCalculationBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/FeatureCalculationBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/RevampUtilsTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/RevampUtilsTest.java index 3b6a65ca..f440a7b2 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/RevampUtilsTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/RevampUtilsTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/SegmentationBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/SegmentationBenchmark.java index ee92b32e..1caa9461 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/SegmentationBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/SegmentationBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/SlicingBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/SlicingBenchmark.java index 3b8c1820..e35d66b2 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/SlicingBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/SlicingBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/Utils.java b/src/test/java/sc/fiji/labkit/pixel_classification/Utils.java index 471f7bb2..648124e9 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/Utils.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/Utils.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/classification/SegmenterTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/classification/SegmenterTest.java index 64be4dda..dbe4550f 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/classification/SegmenterTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/classification/SegmenterTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/classification/SegmenterTestMultiChannel.java b/src/test/java/sc/fiji/labkit/pixel_classification/classification/SegmenterTestMultiChannel.java index f1a995c2..903034f0 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/classification/SegmenterTestMultiChannel.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/classification/SegmenterTestMultiChannel.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/demo/custom_pixel_feature/PartialDerivativeInXFeature.java b/src/test/java/sc/fiji/labkit/pixel_classification/demo/custom_pixel_feature/PartialDerivativeInXFeature.java index a6f48dd5..54a1cdb5 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/demo/custom_pixel_feature/PartialDerivativeInXFeature.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/demo/custom_pixel_feature/PartialDerivativeInXFeature.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/demo/custom_pixel_feature/PartialDerivativeInXFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/demo/custom_pixel_feature/PartialDerivativeInXFeatureTest.java index 74fb4e47..e5f15904 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/demo/custom_pixel_feature/PartialDerivativeInXFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/demo/custom_pixel_feature/PartialDerivativeInXFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/GpuFeatureInputTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/GpuFeatureInputTest.java index 563bbe2d..3c5cc326 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/GpuFeatureInputTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/GpuFeatureInputTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuConcatenatedNeighborhoodOperationTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuConcatenatedNeighborhoodOperationTest.java index c985bdb5..89c08d94 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuConcatenatedNeighborhoodOperationTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuConcatenatedNeighborhoodOperationTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuEigenvaluesTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuEigenvaluesTest.java index 8975f38e..0523180e 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuEigenvaluesTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuEigenvaluesTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGaussBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGaussBenchmark.java index cda7c21c..59999308 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGaussBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGaussBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGaussTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGaussTest.java index 3eec0c69..c4677607 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGaussTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuGaussTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuKernelConvolutionTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuKernelConvolutionTest.java index b5d4d6b8..756f13fe 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuKernelConvolutionTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuKernelConvolutionTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuSeparableOperationTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuSeparableOperationTest.java index 48e5a4f0..74fceca6 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuSeparableOperationTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/algorithms/GpuSeparableOperationTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/AbstractGpuTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/AbstractGpuTest.java index 01cd4b08..2c30a197 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/AbstractGpuTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/AbstractGpuTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/DefaultGpuApiTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/DefaultGpuApiTest.java index 9a20816b..8a394e6a 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/DefaultGpuApiTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/DefaultGpuApiTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuCopyTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuCopyTest.java index d7366fc2..431e1fde 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuCopyTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuCopyTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPixelWiseOperationTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPixelWiseOperationTest.java index 0e2c691b..4e11e383 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPixelWiseOperationTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPixelWiseOperationTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPoolTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPoolTest.java index e6eec58a..485838de 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPoolTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuPoolTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuViewsTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuViewsTest.java index 8bc24ea6..d86b59f4 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuViewsTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/GpuViewsTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/OpenCLSyntaxTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/OpenCLSyntaxTest.java index d3508f54..7584206f 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/OpenCLSyntaxTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/api/OpenCLSyntaxTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernelBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernelBenchmark.java index f8427c38..5c4a9eb1 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernelBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernelBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernelTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernelTest.java index 25b0f90d..ecb3404d 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernelTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gpu/random_forest/GpuRandomForestKernelTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/gui/FeatureSettingsUITest.java b/src/test/java/sc/fiji/labkit/pixel_classification/gui/FeatureSettingsUITest.java index eedb1574..197c64b3 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/gui/FeatureSettingsUITest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/gui/FeatureSettingsUITest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/performance/GpuCpuComparisonBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/performance/GpuCpuComparisonBenchmark.java index 9f90f0ed..735f0078 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/performance/GpuCpuComparisonBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/performance/GpuCpuComparisonBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/performance/ParallelSegmentationTask.java b/src/test/java/sc/fiji/labkit/pixel_classification/performance/ParallelSegmentationTask.java index 252b4b95..dee55204 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/performance/ParallelSegmentationTask.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/performance/ParallelSegmentationTask.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/ColorFeatureGroupTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/ColorFeatureGroupTest.java index e8b436ea..671b2249 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/ColorFeatureGroupTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/ColorFeatureGroupTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/FeatureCalculatorTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/FeatureCalculatorTest.java index 278ece6c..2bbf7c2f 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/FeatureCalculatorTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/calculator/FeatureCalculatorTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/BorderEffectsTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/BorderEffectsTest.java index b9db943a..37f076e0 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/BorderEffectsTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/BorderEffectsTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureInputTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureInputTest.java index fcd79e82..37b66df3 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureInputTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureInputTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureStack3DTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureStack3DTest.java index 1c841b3e..ccb607a8 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureStack3DTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureStack3DTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureStackTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureStackTest.java index 50e3ec01..004f314e 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureStackTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/FeatureStackTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/SingleGaborFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/SingleGaborFeatureTest.java index fce32987..2f0f6f47 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/SingleGaborFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gabor/SingleGaborFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/GradientFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/GradientFeatureTest.java index 6ad55c3b..4196bd8d 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/GradientFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/gradient/GradientFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/SingleLipschitzFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/SingleLipschitzFeatureTest.java index 8241252d..87f34b5c 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/SingleLipschitzFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/deprecated/lipschitz/SingleLipschitzFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/DifferenceOfGaussiansFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/DifferenceOfGaussiansFeatureTest.java index 825cf82e..b5c696e7 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/DifferenceOfGaussiansFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/DifferenceOfGaussiansFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/SingleDifferenceOfGaussiansFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/SingleDifferenceOfGaussiansFeatureTest.java index 948cd18f..642860d3 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/SingleDifferenceOfGaussiansFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/dog2/SingleDifferenceOfGaussiansFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/GaussianBlurFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/GaussianBlurFeatureTest.java index c55110cb..dfcb611c 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/GaussianBlurFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/GaussianBlurFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/SingleGaussianBlurFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/SingleGaussianBlurFeatureTest.java index 33167733..47de8eba 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/SingleGaussianBlurFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gauss/SingleGaussianBlurFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/DerivedNormalDistribution.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/DerivedNormalDistribution.java index 8b7c8c86..64b6a541 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/DerivedNormalDistribution.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/DerivedNormalDistribution.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/DerivedNormalDistributionTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/DerivedNormalDistributionTest.java index 1e3d2284..d5aed077 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/DerivedNormalDistributionTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/DerivedNormalDistributionTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/GaussianGradientMagnitudeFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/GaussianGradientMagnitudeFeatureTest.java index 1a994314..8a910ba1 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/GaussianGradientMagnitudeFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/GaussianGradientMagnitudeFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/SingleGaussianGradientMagnitudeFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/SingleGaussianGradientMagnitudeFeatureTest.java index 40af2405..a55032b5 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/SingleGaussianGradientMagnitudeFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/gradient/SingleGaussianGradientMagnitudeFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValueBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValueBenchmark.java index 935434d5..32f41fb5 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValueBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValueBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValuesSymmetric3DTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValuesSymmetric3DTest.java index 04051b6b..944d2d4b 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValuesSymmetric3DTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/EigenValuesSymmetric3DTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/SingleHessianEigenvaluesFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/SingleHessianEigenvaluesFeatureTest.java index 9fae1558..fb2ae7b2 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/SingleHessianEigenvaluesFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/hessian/SingleHessianEigenvaluesFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/identity/IdentityFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/identity/IdentityFeatureTest.java index a176a4ac..d4186b1b 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/identity/IdentityFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/identity/IdentityFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/SingleLaplacianOfGaussianFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/SingleLaplacianOfGaussianFeatureTest.java index b0186225..c8a3675d 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/SingleLaplacianOfGaussianFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/laplacian/SingleLaplacianOfGaussianFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MaxFilterBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MaxFilterBenchmark.java index 91cad56d..8e068612 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MaxFilterBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MaxFilterBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinMaxFilterTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinMaxFilterTest.java index 02c05135..2daeb447 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinMaxFilterTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/MinMaxFilterTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleStatisticsFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleStatisticsFeatureTest.java index 6114f2a7..390ebbd8 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleStatisticsFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SingleStatisticsFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/StatisticsFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/StatisticsFeatureTest.java index da01def0..9f551c40 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/StatisticsFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/StatisticsFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumConvolverTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumConvolverTest.java index 01b6903d..86d46892 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumConvolverTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumConvolverTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilterBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilterBenchmark.java index 6c0cf55b..b9853419 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilterBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilterBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilterTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilterTest.java index c0262237..b0eac1c0 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilterTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/stats/SumFilterTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/SingleStructureTensorEigenvaluesFeatureTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/SingleStructureTensorEigenvaluesFeatureTest.java index 69424622..48124498 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/SingleStructureTensorEigenvaluesFeatureTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/filter/structure/SingleStructureTensorEigenvaluesFeatureTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/ChannelSettingTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/ChannelSettingTest.java index a9533665..5a1547b2 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/ChannelSettingTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/ChannelSettingTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettingTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettingTest.java index 301f71f7..45138e2a 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettingTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettingTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettingsTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettingsTest.java index bfb5c1a8..15841419 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettingsTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/FeatureSettingsTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/GlobalSettingsTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/GlobalSettingsTest.java index 22055af6..e393b783 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/GlobalSettingsTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/pixel_feature/settings/GlobalSettingsTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestCoreTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestCoreTest.java index c8d5d520..9f1ef8d1 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestCoreTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/random_forest/CpuRandomForestCoreTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/utils/AutoCloseTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/utils/AutoCloseTest.java index 3d4cdad7..1771fba4 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/utils/AutoCloseTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/utils/AutoCloseTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/utils/CpuGpuRunner.java b/src/test/java/sc/fiji/labkit/pixel_classification/utils/CpuGpuRunner.java index 5f50ef45..43a1e5ec 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/utils/CpuGpuRunner.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/utils/CpuGpuRunner.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/utils/CubicEquationBenchmark.java b/src/test/java/sc/fiji/labkit/pixel_classification/utils/CubicEquationBenchmark.java index e3992de2..801aec67 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/utils/CubicEquationBenchmark.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/utils/CubicEquationBenchmark.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/utils/CubicEquationTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/utils/CubicEquationTest.java index fb97b3b1..0e5683c1 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/utils/CubicEquationTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/utils/CubicEquationTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/utils/FastSqrtTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/utils/FastSqrtTest.java index 9b76a25c..9cc77ec2 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/utils/FastSqrtTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/utils/FastSqrtTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/java/sc/fiji/labkit/pixel_classification/utils/ToStringTest.java b/src/test/java/sc/fiji/labkit/pixel_classification/utils/ToStringTest.java index 1c7c6ad5..2c4c9408 100644 --- a/src/test/java/sc/fiji/labkit/pixel_classification/utils/ToStringTest.java +++ b/src/test/java/sc/fiji/labkit/pixel_classification/utils/ToStringTest.java @@ -2,7 +2,7 @@ * #%L * The implementation of the pixel classification algorithm, that is used the Labkit image segmentation plugin for Fiji. * %% - * Copyright (C) 2017 - 2023 Matthias Arzt + * Copyright (C) 2017 - 2024 Matthias Arzt * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: