public class GenerateMotionPnP extends java.lang.Object implements org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.se.Se3_F64,Point2D3D>
Estimate1ofPnP for ModelGenerator.| Constructor and Description |
|---|
GenerateMotionPnP(Estimate1ofPnP alg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(java.util.List<Point2D3D> dataSet,
georegression.struct.se.Se3_F64 model) |
int |
getMinimumPoints() |
public GenerateMotionPnP(Estimate1ofPnP alg)
public boolean generate(java.util.List<Point2D3D> dataSet, georegression.struct.se.Se3_F64 model)
generate in interface org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.se.Se3_F64,Point2D3D>public int getMinimumPoints()
getMinimumPoints in interface org.ddogleg.fitting.modelset.ModelGenerator<georegression.struct.se.Se3_F64,Point2D3D>