Skip to content

Commit

Permalink
chore: remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Dec 2, 2024
1 parent eeef1cd commit d103418
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1361,16 +1361,6 @@ private static <T extends NativeType<T>> RandomAccessibleInterval<T> downsampleA
return BlockAlgoUtils.cellImg(blocks, dimensions, cellDimensions);
}

private int[] sliceBlockSize(final int exclude) {

return removeElement(chunkSize, exclude);
}

private long[] sliceDownsamplingFactors(final int exclude) {

return removeElement(currentAbsoluteDownsampling, exclude);
}

private static int[] removeElement(final int[] arr, final int excludeIndex) {

final int[] out = new int[arr.length - 1];
Expand Down

0 comments on commit d103418

Please sign in to comment.