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