public abstract class AutoLabeller extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AutoLabeller.LabelStats |
| Constructor and Description |
|---|
AutoLabeller(String summeryLocation) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getIntensityProbs(byte pixel)
returns(normailized) probs of a label given its intensity (label id given my amterialIds)
|
byte[] |
getSpatialProbs(int x,
int y,
int z)
returns(normailized) probs of a label given its location
|
abstract void |
segment(SegmentatorModel model) |
public AutoLabeller(String summeryLocation) throws IOException
IOExceptionpublic byte[] getIntensityProbs(byte pixel)
pixel - public byte[] getSpatialProbs(int x,
int y,
int z)
public abstract void segment(SegmentatorModel model)
Copyright © 2015–2021 Fiji. All rights reserved.