Uses of Class
cammons.TPoint
-
Packages that use TPoint Package Description cammons horizontdeformer.analyzer horizontdeformer.cammons horizontdeformer.deformer horizontdeformer.graphicsoutputs horizontdeformer.interpolators panoramajoinner -
-
Uses of TPoint in cammons
Methods in cammons with parameters of type TPoint Modifier and Type Method Description double
TPoint. distance2D(TPoint p)
-
Uses of TPoint in horizontdeformer.analyzer
Methods in horizontdeformer.analyzer that return types with arguments of type TPoint Modifier and Type Method Description static java.util.ArrayList<TPoint>
Analyzer. countHeights(java.util.ArrayList<java.lang.Integer> heights, int i)
java.util.ArrayList<TPoint>
Analyzer. getResult(int i)
-
Uses of TPoint in horizontdeformer.cammons
Constructors in horizontdeformer.cammons with parameters of type TPoint Constructor Description OrientedCross(TPoint p)
-
Uses of TPoint in horizontdeformer.deformer
Methods in horizontdeformer.deformer that return types with arguments of type TPoint Modifier and Type Method Description java.util.ArrayList<TPoint>
DeformerData. getGuidingLine()
Method parameters in horizontdeformer.deformer with type arguments of type TPoint Modifier and Type Method Description InterpolationWithCoords
Deformer. createKvadraticInerpolation(int i, java.util.ArrayList<TPoint> gl)
InterpolationWithCoords
Deformer. createLineraInterpolation(int i, java.util.ArrayList<TPoint> gl)
InterpolationWithCoords
Deformer. createNpolynomialInterpolation(int i, java.util.ArrayList<TPoint> gl)
Constructor parameters in horizontdeformer.deformer with type arguments of type TPoint Constructor Description DeformerData(java.util.ArrayList<TPoint> list, java.awt.image.BufferedImage image)
GausianMatrix(java.util.ArrayList<TPoint> a)
-
Uses of TPoint in horizontdeformer.graphicsoutputs
Methods in horizontdeformer.graphicsoutputs that return types with arguments of type TPoint Modifier and Type Method Description java.util.ArrayList<TPoint>
ImagePaintComponent. getPrimaryData()
-
Uses of TPoint in horizontdeformer.interpolators
Methods in horizontdeformer.interpolators that return TPoint Modifier and Type Method Description TPoint
InterpolationWithCoords. getB1()
TPoint
InterpolationWithCoords. getB2()
Methods in horizontdeformer.interpolators with parameters of type TPoint Modifier and Type Method Description void
InterpolationWithCoords. setB1(TPoint b1)
void
InterpolationWithCoords. setB2(TPoint b2)
Constructor parameters in horizontdeformer.interpolators with type arguments of type TPoint Constructor Description NpolynomialInterpolation(java.util.ArrayList<TPoint> a)
Creates a new instance of LinearInterpolation -
Uses of TPoint in panoramajoinner
Methods in panoramajoinner that return TPoint Modifier and Type Method Description TPoint
ImagePaintComponent. drawRect(java.awt.Graphics2D g2d, boolean biggest)
TPoint
ImagePaintComponent. getPosun()
Methods in panoramajoinner with parameters of type TPoint Modifier and Type Method Description void
ImagePaintComponent. setPosun(TPoint p)
-