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[]curintedgePixelCountfloatedgeStrengthprivate byteexistsintlabelAlgorithmMeanShiftSegmentation.RAList[]next
-
Constructor Summary
Constructors Modifier Constructor Description privateRAList()
-
-
-
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
-
-