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) int
freeBlockLoc
(package private) int
freeRegion
(package private) int[]
indexTable
(package private) int
L
(package private) int
maxRegions
(package private) int
numRegions
(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 void
addRegion(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
-
-