Package horizontdeformer.deformer
Class GausianMatrix
- java.lang.Object
-
- horizontdeformer.deformer.GausianMatrix
-
public class GausianMatrix extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GausianMatrix(int size)
GausianMatrix(java.util.ArrayList<TPoint> a)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[][]
getPrvky()
int
getSize()
void
setPrvek(int x, int y, double prvek)
-
-
-
Constructor Detail
-
GausianMatrix
public GausianMatrix(int size)
-
GausianMatrix
public GausianMatrix(java.util.ArrayList<TPoint> a)
-
-