public class BatchWekaSegmentation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BatchWekaSegmentation.WekaSegmentationCallable |
Constructor and Description |
---|
BatchWekaSegmentation(File classifier,
int[] blockSize,
int[] ovlpPx) |
BatchWekaSegmentation(File classifier,
int[] blockSize,
int[] ovlpPx,
Cluster cluster) |
Modifier and Type | Method and Description |
---|---|
ArrayList<ij.VirtualStack> |
segmentImages(Collection<File> imageFiles) |
public BatchWekaSegmentation(File classifier, int[] blockSize, int[] ovlpPx) throws InvalidAlgorithmParameterException
public BatchWekaSegmentation(File classifier, int[] blockSize, int[] ovlpPx, Cluster cluster) throws InvalidAlgorithmParameterException
public ArrayList<ij.VirtualStack> segmentImages(Collection<File> imageFiles)
Copyright © 2015–2021 Fiji. All rights reserved.