Package boofcv.struct.geo
Class ScaleTranslateRotate2D
java.lang.Object
boofcv.struct.geo.ScaleTranslateRotate2D
Motion model for scale, translation, and rotation:
(x',y') = (x,y)*R*scale + (tranX , tranY)
R is rotation matrix.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionScaleTranslateRotate2D
(double theta, double scale, double transX, double transY) -
Method Summary
-
Field Details
-
scale
public double scaleScaling -
transX
public double transXTranslation along x and y axis -
transY
public double transYTranslation along x and y axis -
theta
public double thetaAngle of rotation
-
-
Constructor Details
-
ScaleTranslateRotate2D
public ScaleTranslateRotate2D(double theta, double scale, double transX, double transY) -
ScaleTranslateRotate2D
public ScaleTranslateRotate2D()
-
-
Method Details
-
zero
public void zero() -
setTo
-