Package gov.nih.mipav.model
Class GaussianKernel
- java.lang.Object
-
- gov.nih.mipav.model.GaussianKernel
-
-
Field Summary
Fields Modifier and Type Field Description private float[][]
data
-
Constructor Summary
Constructors Constructor Description GaussianKernel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float[][]
getData()
int[]
getExtents()
void
setData(float[][] data)
-