Uses of Enum Class
boofcv.factory.geo.EnumFundamental
Packages that use EnumFundamental
-
Uses of EnumFundamental in boofcv.factory.geo
Fields in boofcv.factory.geo declared as EnumFundamentalMethods in boofcv.factory.geo that return EnumFundamentalModifier and TypeMethodDescriptionstatic EnumFundamentalReturns 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.Methods in boofcv.factory.geo with parameters of type EnumFundamentalModifier and TypeMethodDescriptionstatic Estimate1ofEpipolarFactoryMultiView.fundamental_1(EnumFundamental which, int numRemoveAmbiguity) Similar toFactoryMultiView.fundamental_N(boofcv.factory.geo.EnumFundamental), but it returns only a single hypothesis.static EstimateNofEpipolarFactoryMultiView.fundamental_N(EnumFundamental which) Returns an algorithm for estimating a fundamental or essential matrix given a set ofAssociatedPairin pixel coordinates.