Package gov.nih.mipav.model.algorithms
Class libdt.VidSeqSegmParams
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.libdt.VidSeqSegmParams
-
- Enclosing class:
- libdt
class libdt.VidSeqSegmParams extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description double
bkvar
int
bkvarf
int
filtxy
int
filtz
boolean
fsave
int
inputType
int
K
int
n
int
nfrm
libdt.norm_type
ntype
double
reg
java.lang.String
savename
java.lang.String
savepath
int
stepxy
int
stepxy2
int
stepz
int
stepz2
int
totalvids
int
trainvidnum
java.lang.String
vidpath
int
winxy
int
winz
-
Constructor Summary
Constructors Constructor Description VidSeqSegmParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
updateFromFile(java.lang.String fpath)
-
-
-
Field Detail
-
inputType
public int inputType
-
vidpath
public java.lang.String vidpath
-
trainvidnum
public int trainvidnum
-
totalvids
public int totalvids
-
winxy
public int winxy
-
winz
public int winz
-
stepxy
public int stepxy
-
stepz
public int stepz
-
ntype
public libdt.norm_type ntype
-
bkvar
public double bkvar
-
bkvarf
public int bkvarf
-
K
public int K
-
n
public int n
-
reg
public double reg
-
nfrm
public int nfrm
-
stepxy2
public int stepxy2
-
stepz2
public int stepz2
-
filtxy
public int filtxy
-
filtz
public int filtz
-
fsave
public boolean fsave
-
savepath
public java.lang.String savepath
-
savename
public java.lang.String savename
-
-