public class EstimateNto1ofEpipolar extends GeoModelEstimatorNto1<org.ejml.data.DenseMatrix64F,AssociatedPair> implements Estimate1ofEpipolar
GeoModelEstimatorNto1 for epipolar matrices.| Constructor and Description |
|---|
EstimateNto1ofEpipolar(GeoModelEstimatorN<org.ejml.data.DenseMatrix64F,AssociatedPair> alg,
org.ddogleg.fitting.modelset.DistanceFromModel<org.ejml.data.DenseMatrix64F,AssociatedPair> distance,
int numTest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(org.ejml.data.DenseMatrix64F src,
org.ejml.data.DenseMatrix64F dst)
Copies src into dst
|
getMinimumPoints, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMinimumPoints, processpublic EstimateNto1ofEpipolar(GeoModelEstimatorN<org.ejml.data.DenseMatrix64F,AssociatedPair> alg, org.ddogleg.fitting.modelset.DistanceFromModel<org.ejml.data.DenseMatrix64F,AssociatedPair> distance, int numTest)
protected void copy(org.ejml.data.DenseMatrix64F src,
org.ejml.data.DenseMatrix64F dst)
GeoModelEstimatorNto1copy in class GeoModelEstimatorNto1<org.ejml.data.DenseMatrix64F,AssociatedPair>