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