boofcv.alg.distort
Class TransformThenPixel_F64
- java.lang.Object
-
- boofcv.alg.distort.TransformThenPixel_F64
-
- All Implemented Interfaces:
- PointTransform_F64
public class TransformThenPixel_F64 extends java.lang.Object implements PointTransform_F64
Applies a transform which outputs normalized image coordinates then converts that into pixel coordinates
-
-
Constructor Summary
Constructors Constructor and Description TransformThenPixel_F64(PointTransform_F64 first)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcompute(double x, double y, Point2D_F64 out)Applies transformationPointTransform_F64set(double fx, double fy, double skew, double cx, double cy)
-
-
-
Constructor Detail
-
TransformThenPixel_F64
public TransformThenPixel_F64(PointTransform_F64 first)
-
-
Method Detail
-
set
public PointTransform_F64 set(double fx, double fy, double skew, double cx, double cy)
-
compute
public void compute(double x, double y, Point2D_F64 out)Description copied from interface:PointTransform_F64Applies transformation- Specified by:
computein interfacePointTransform_F64- Parameters:
x- x-coordinate of pointy- y-coordinate of pointout- Transformed point location.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG