public class GenerateHomographyLinear extends java.lang.Object implements org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.homography.Homography2D_F64,AssociatedPair>, org.ddogleg.fitting.modelset.ModelFitter<georegression.struct.homography.Homography2D_F64,AssociatedPair>
| Constructor and Description |
|---|
GenerateHomographyLinear(boolean normalizeInput) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fitModel(java.util.List<AssociatedPair> dataSet,
georegression.struct.homography.Homography2D_F64 initial,
georegression.struct.homography.Homography2D_F64 found) |
boolean |
generate(java.util.List<AssociatedPair> dataSet,
georegression.struct.homography.Homography2D_F64 model) |
int |
getMinimumPoints() |
public boolean fitModel(java.util.List<AssociatedPair> dataSet, georegression.struct.homography.Homography2D_F64 initial, georegression.struct.homography.Homography2D_F64 found)
fitModel in interface org.ddogleg.fitting.modelset.ModelFitter<georegression.struct.homography.Homography2D_F64,AssociatedPair>public boolean generate(java.util.List<AssociatedPair> dataSet, georegression.struct.homography.Homography2D_F64 model)
generate in interface org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.homography.Homography2D_F64,AssociatedPair>public int getMinimumPoints()
getMinimumPoints in interface org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.homography.Homography2D_F64,AssociatedPair>