Package boofcv.alg.sfm.d2
Class UtilImageMotion
- java.lang.Object
-
- boofcv.alg.sfm.d2.UtilImageMotion
-
public class UtilImageMotion extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UtilImageMotion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boofcv.struct.distort.PixelTransform<georegression.struct.point.Point2D_F32>createPixelTransform(georegression.struct.InvertibleTransform transform)Given a motion model create a PixelTransform used to distort the image
-
-
-
Method Detail
-
createPixelTransform
public static boofcv.struct.distort.PixelTransform<georegression.struct.point.Point2D_F32> createPixelTransform(georegression.struct.InvertibleTransform transform)
Given a motion model create a PixelTransform used to distort the image- Parameters:
transform- Motion transform- Returns:
- PixelTransform_F32 used to distort the image
-
-