Interface Point2Transform2Model_F64<Model>

All Superinterfaces:
Point2Transform2_F64
All Known Implementing Classes:
PointTransformAffine_F64, PointTransformHomography_F64

public interface Point2Transform2Model_F64<Model> extends Point2Transform2_F64
Extends Point2Transform2_F64 and adds the ability to change the motion model
  • Method Details

    • setModel

      void setModel(Model model)
      Specifies the distortion model used by the transform
      Parameters:
      model - Distortion model
    • getModel

      Model getModel()
      Returns the active motion model
      Returns:
      motion model
    • newInstanceModel

      Model newInstanceModel()
      Returns a new instance of the motion model
      Returns:
      new instance