Package gov.nih.mipav.model.algorithms
Class libdt.VidSegm
java.lang.Object
gov.nih.mipav.model.algorithms.libdt.VidSegm
- Enclosing class:
libdt
-
Field Summary
FieldsModifier and TypeFieldDescriptionjavax.vecmath.Point3iintVector<javax.vecmath.Point3i> intintdoublejavax.vecmath.Point3i -
Constructor Summary
ConstructorsConstructorDescriptionVidSegm(int winxy, int winz, int stepxy, int stepz, libdt.norm_type nt, double bkv, int K, int n, double reg, int nf, int bkvf) -
Method Summary
-
Field Details
-
dtm
-
initSegm
-
popt
-
K
public int K -
n
public int n -
regV
public double regV -
nfrm
public int nfrm -
coff
public javax.vecmath.Point3i coff -
allx
-
ally
-
allz
-
vidsize
public javax.vecmath.Point3i vidsize -
locall
-
locall_mask
-
allclasses
-
-
Constructor Details
-
VidSegm
public VidSegm(int winxy, int winz, int stepxy, int stepz, libdt.norm_type nt, double bkv, int K, int n, double reg, int nf, int bkvf)
-