Package gov.nih.mipav.model.algorithms
Class libdt.PatchOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.libdt.PatchOptions
-
- Enclosing class:
- libdt
class libdt.PatchOptions extends java.lang.Object
Class for specifying spatio-temporal patches (cubes). \sa PatchExtractor, PatchBatchExtractor
-
-
Constructor Summary
Constructors Constructor Description PatchOptions(int winxy, int winz, int stepxy, int stepz, libdt.norm_type normopt, double minvar, int minvarf)
< frames to skip in checking variance.PatchOptions(libdt.PatchOptions src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
checkValues()
-
-
-
Field Detail
-
win
public javax.vecmath.Point3i win
-
step
public javax.vecmath.Point3i step
< patch size (x, y, z).
-
normopt
public libdt.norm_type normopt
< step size between patches (x, y, z).
-
minvar
public double minvar
< normalization method.
-
minvarf
public int minvarf
< minimum variance.
-
-
Constructor Detail
-
PatchOptions
PatchOptions(int winxy, int winz, int stepxy, int stepz, libdt.norm_type normopt, double minvar, int minvarf)
< frames to skip in checking variance.
-
PatchOptions
PatchOptions(libdt.PatchOptions src)
-
-