Package gov.nih.mipav.model.algorithms
Class AlgorithmMeanShiftSegmentation.RegionList
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmMeanShiftSegmentation.RegionList
-
- Enclosing class:
- AlgorithmMeanShiftSegmentation
private class AlgorithmMeanShiftSegmentation.RegionList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intfreeBlockLoc(package private) intfreeRegion(package private) int[]indexTable(package private) intL(package private) intmaxRegions(package private) intnumRegions(package private) AlgorithmMeanShiftSegmentation.REGION[]regionList
-
Constructor Summary
Constructors Constructor Description RegionList(int maxRegions_, int L_, int N_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRegion(int label, int pointCount, int[] indeces, int indecesOffset)
-
-
-
Field Detail
-
regionList
AlgorithmMeanShiftSegmentation.REGION[] regionList
-
maxRegions
int maxRegions
-
numRegions
int numRegions
-
freeRegion
int freeRegion
-
indexTable
int[] indexTable
-
freeBlockLoc
int freeBlockLoc
-
L
int L
-
-