Uses of Interface
boofcv.abst.geo.EstimateNofEpipolar
-
Uses of EstimateNofEpipolar in boofcv.abst.geo.f
Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimator1toN
for epipolar matrices.class
Wrapper around eitherEssentialNister5
forEstimateNofEpipolar
.class
Wrapper around eitherFundamentalLinear7
forEstimateNofEpipolar
. -
Uses of EstimateNofEpipolar in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic EstimateNofEpipolar
FactoryMultiView.essential_N
(EnumEssential which) Estimates an essential matrix given observations as normalized image coordinates.static EstimateNofEpipolar
FactoryMultiView.fundamental_N
(EnumFundamental which) Returns an algorithm for estimating a fundamental or essential matrix given a set ofAssociatedPair
in pixel coordinates.