Interface Point2Transform2Model_F32<Model>

All Superinterfaces:
Point2Transform2_F32
All Known Implementing Classes:
PointTransformAffine_F32, PointTransformHomography_F32

@Generated("boofcv.struct.distort.Point2Transform2Model_F64") public interface Point2Transform2Model_F32<Model> extends Point2Transform2_F32
Extends Point2Transform2_F32 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