Uses of Interface
boofcv.abst.geo.EstimateNofEpipolar
Packages that use EstimateNofEpipolar
-
Uses of EstimateNofEpipolar in boofcv.abst.geo.f
Classes in boofcv.abst.geo.f that implement EstimateNofEpipolarModifier and TypeClassDescriptionclassImplementation ofGeoModelEstimator1toNfor epipolar matrices.classWrapper around eitherEssentialNister5forEstimateNofEpipolar.classWrapper around eitherFundamentalLinear7forEstimateNofEpipolar. -
Uses of EstimateNofEpipolar in boofcv.factory.geo
Methods in boofcv.factory.geo that return EstimateNofEpipolarModifier and TypeMethodDescriptionstatic EstimateNofEpipolarFactoryMultiView.essential_N(EnumEssential which) Estimates an essential matrix given observations as normalized image coordinates.static EstimateNofEpipolarFactoryMultiView.fundamental_N(EnumFundamental which) Returns an algorithm for estimating a fundamental or essential matrix given a set ofAssociatedPairin pixel coordinates.