Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UtilImageMotion

        public UtilImageMotion()
    • 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