Package gov.nih.mipav.model.algorithms
Class AlgorithmEmbeddedConfidenceEdgeDetection.BgEdge
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmEmbeddedConfidenceEdgeDetection.BgEdge
-
- Enclosing class:
- AlgorithmEmbeddedConfidenceEdgeDetection
private class AlgorithmEmbeddedConfidenceEdgeDetection.BgEdge extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int[]
edge_
(package private) AlgorithmEmbeddedConfidenceEdgeDetection.BgEdge
next_
(package private) int
nPoints_
-
Constructor Summary
Constructors Modifier Constructor Description private
BgEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setPoints(float[] points, int npoints)
-
-
-
Field Detail
-
edge_
int[] edge_
-
nPoints_
int nPoints_
-
next_
AlgorithmEmbeddedConfidenceEdgeDetection.BgEdge next_
-
-