Package horizontdeformer.analyzer
Class Analyzer
java.lang.Object
horizontdeformer.analyzer.Analyzer
public class Analyzer
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Analyze()
static java.util.ArrayList<TPoint>
countHeights
(java.util.ArrayList<java.lang.Integer> heights, int i) int
java.util.ArrayList<TPoint>
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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
progress
public javax.swing.JProgressBar progress
-
-
Constructor Details
-
Analyzer
public Analyzer(java.awt.image.BufferedImage im)
-
-
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
public static java.util.ArrayList<TPoint> countHeights(java.util.ArrayList<java.lang.Integer> heights, int i)
-