Uses of Enum Class
boofcv.factory.geo.EnumFundamental
-
Uses of EnumFundamental in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic EnumFundamental
Returns the enum constant of this class with the specified name.static EnumFundamental[]
EnumFundamental.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Estimate1ofEpipolar
FactoryMultiView.fundamental_1
(EnumFundamental which, int numRemoveAmbiguity) Similar toFactoryMultiView.fundamental_N(boofcv.factory.geo.EnumFundamental)
, but it returns only a single hypothesis.static EstimateNofEpipolar
FactoryMultiView.fundamental_N
(EnumFundamental which) Returns an algorithm for estimating a fundamental or essential matrix given a set ofAssociatedPair
in pixel coordinates.