Package boofcv.abst.geo.f
Class EstimateNto1ofEpipolar
java.lang.Object
boofcv.abst.geo.GeoModelEstimatorNto1<DMatrixRMaj,AssociatedPair>
boofcv.abst.geo.f.EstimateNto1ofEpipolar
- All Implemented Interfaces:
Estimate1ofEpipolar
,GeoModelEstimator1<DMatrixRMaj,
AssociatedPair>
public class EstimateNto1ofEpipolar
extends GeoModelEstimatorNto1<DMatrixRMaj,AssociatedPair>
implements Estimate1ofEpipolar
Implementation of
GeoModelEstimatorNto1
for epipolar matrices given observations in 2D, i.e. pixels
or normalized image coordinates.-
Constructor Summary
ConstructorDescriptionEstimateNto1ofEpipolar
(GeoModelEstimatorN<DMatrixRMaj, AssociatedPair> alg, DistanceFromModel<DMatrixRMaj, AssociatedPair> distance, int numTest) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
copy
(DMatrixRMaj src, DMatrixRMaj dst) Copies src into dstMethods inherited from class boofcv.abst.geo.GeoModelEstimatorNto1
getMinimumPoints, process
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.struct.geo.GeoModelEstimator1
getMinimumPoints, process
-
Constructor Details
-
EstimateNto1ofEpipolar
public EstimateNto1ofEpipolar(GeoModelEstimatorN<DMatrixRMaj, AssociatedPair> alg, DistanceFromModel<DMatrixRMaj, AssociatedPair> distance, int numTest)
-
-
Method Details
-
copy
Description copied from class:GeoModelEstimatorNto1
Copies src into dst- Specified by:
copy
in classGeoModelEstimatorNto1<DMatrixRMaj,
AssociatedPair>
-