boofcv.struct.distort
Interface PointTransformModel_F32<Model>
-
- All Superinterfaces:
- PointTransform_F32
- All Known Implementing Classes:
- PointTransformHomography_F32
public interface PointTransformModel_F32<Model> extends PointTransform_F32
ExtendsPointTransform_F32and adds the ability to change the motion model
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ModelgetModel()Returns the active motion modelModelnewInstanceModel()Returns a new instance of the motion modelvoidsetModel(Model model)Specifies the distortion model used by the transform-
Methods inherited from interface boofcv.struct.distort.PointTransform_F32
compute
-
-
-
-
Method Detail
-
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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG