public interface BlockGenerator<T extends Block>
Modifier and Type | Method and Description |
---|---|
T[] |
divideIntoBlocks(long[] imgSize,
long[] kernelSize)
Divides an image into blocks
|
T[] divideIntoBlocks(long[] imgSize, long[] kernelSize)
imgSize
- - the size of the imagekernelSize
- - the size of the kernel (has to be odd!)Copyright © 2015–2021 Fiji. All rights reserved.