Package gov.nih.mipav.model.algorithms
Class AlgorithmMeanShiftSegmentation.RAList
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmMeanShiftSegmentation.RAList
-
- Enclosing class:
- AlgorithmMeanShiftSegmentation
private class AlgorithmMeanShiftSegmentation.RAList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private AlgorithmMeanShiftSegmentation.RAList[]
cur
int
edgePixelCount
float
edgeStrength
private byte
exists
int
label
AlgorithmMeanShiftSegmentation.RAList[]
next
-
Constructor Summary
Constructors Modifier Constructor Description private
RAList()
-
-
-
Field Detail
-
label
public int label
-
edgeStrength
public float edgeStrength
-
edgePixelCount
public int edgePixelCount
-
next
public AlgorithmMeanShiftSegmentation.RAList[] next
-
cur
private AlgorithmMeanShiftSegmentation.RAList[] cur
-
exists
private byte exists
-
-