Package gov.nih.mipav.model.algorithms
Class AlgorithmTProcess.CalculateT
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmTProcess.CalculateT
- Direct Known Subclasses:
AlgorithmTreT1.CalculateT1
- Enclosing class:
AlgorithmTProcess
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ViewJProgressBarprotected intprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected floatcalculateThreshold(ModelImage image, int k) Performs smart thresholding for the given image at at certain slice kprotected abstract voidinitializeLocalImages(ModelImage image)
-
Field Details
-
width
protected int width -
height
protected int height -
t
protected int t -
dataBar
-
-
Constructor Details
-
CalculateT
public CalculateT(int t)
-
-
Method Details
-
calculateThreshold
Performs smart thresholding for the given image at at certain slice k- Parameters:
image-k-- Returns:
-
initializeLocalImages
-