Package horizontdeformer.analyzer
Class Analyzer
java.lang.Object
horizontdeformer.analyzer.Analyzer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Analyze()
countHeights
(ArrayList<Integer> heights, int i) int
getResult
(int i) void
setDist
(double dist) void
setMatrixPrecision
(int precision) void
setPeersTolerance
(int peersTolerance) void
setPrecision
(int precision) void
setSample
(int vzorek) void
setTolerance
(double tolerance)
-
Field Details
-
progress
-
-
Constructor Details
-
Analyzer
-
-
Method Details
-
setTolerance
public void setTolerance(double tolerance) -
setPrecision
public void setPrecision(int precision) -
setDist
public void setDist(double dist) -
setPeersTolerance
public void setPeersTolerance(int peersTolerance) -
setSample
public void setSample(int vzorek) -
setMatrixPrecision
public void setMatrixPrecision(int precision) -
Analyze
public void Analyze() -
getResult
-
getFotosIndividualHeight
public int getFotosIndividualHeight() -
countHeights
-