Package boofcv.struct.distort
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 Summary
Methods inherited from interface boofcv.struct.distort.Point2Transform2_F32
compute, copyConcurrent
-
Method Details