public class GenerateAffine2D
extends java.lang.Object
implements org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.affine.Affine2D_F64,boofcv.struct.geo.AssociatedPair>, org.ddogleg.fitting.modelset.ModelFitter<georegression.struct.affine.Affine2D_F64,boofcv.struct.geo.AssociatedPair>
Affine2D_F64 motion model to a list of AssociatedPair.| Constructor and Description |
|---|
GenerateAffine2D() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fitModel(java.util.List<boofcv.struct.geo.AssociatedPair> dataSet,
georegression.struct.affine.Affine2D_F64 initial,
georegression.struct.affine.Affine2D_F64 found) |
boolean |
generate(java.util.List<boofcv.struct.geo.AssociatedPair> dataSet,
georegression.struct.affine.Affine2D_F64 model) |
int |
getMinimumPoints() |
public boolean fitModel(java.util.List<boofcv.struct.geo.AssociatedPair> dataSet,
georegression.struct.affine.Affine2D_F64 initial,
georegression.struct.affine.Affine2D_F64 found)
fitModel in interface org.ddogleg.fitting.modelset.ModelFitter<georegression.struct.affine.Affine2D_F64,boofcv.struct.geo.AssociatedPair>public boolean generate(java.util.List<boofcv.struct.geo.AssociatedPair> dataSet,
georegression.struct.affine.Affine2D_F64 model)
generate in interface org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.affine.Affine2D_F64,boofcv.struct.geo.AssociatedPair>public int getMinimumPoints()
getMinimumPoints in interface org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.affine.Affine2D_F64,boofcv.struct.geo.AssociatedPair>