Uses of Class
boofcv.struct.calib.ElevateViewInfo
Packages that use ElevateViewInfo
Package
Description
-
Uses of ElevateViewInfo in boofcv.abst.geo.selfcalib
Methods in boofcv.abst.geo.selfcalib with parameters of type ElevateViewInfoModifier and TypeMethodDescriptionvoid
GenerateMetricTripleFromProjective.setView
(int view, ElevateViewInfo viewInfo) Method parameters in boofcv.abst.geo.selfcalib with type arguments of type ElevateViewInfoModifier and TypeMethodDescriptionboolean
ProjectiveToMetricCameraDualQuadratic.process
(List<ElevateViewInfo> views, List<DMatrixRMaj> cameraMatrices, List<AssociatedTuple> observations, MetricCameras metricViews) boolean
ProjectiveToMetricCameraEssentialGuessAndCheck.process
(List<ElevateViewInfo> dimensions, List<DMatrixRMaj> cameraMatrices, List<AssociatedTuple> observations, MetricCameras metricViews) boolean
ProjectiveToMetricCameraPracticalGuessAndCheck.process
(List<ElevateViewInfo> views, List<DMatrixRMaj> cameraMatrices, List<AssociatedTuple> observations, MetricCameras metricViews) boolean
ProjectiveToMetricCameras.process
(List<ElevateViewInfo> views, List<DMatrixRMaj> cameraMatrices, List<AssociatedTuple> observations, MetricCameras results) Computes metric upgrade from projective cameras. -
Uses of ElevateViewInfo in boofcv.alg.geo.robust
Methods in boofcv.alg.geo.robust with parameters of type ElevateViewInfoModifier and TypeMethodDescriptionvoid
LeastMedianOfSquaresProjective.setView
(int view, ElevateViewInfo info) void
RansacProjective.setView
(int view, ElevateViewInfo info) Constructor parameters in boofcv.alg.geo.robust with type arguments of type ElevateViewInfoModifierConstructorDescriptionLeastMedianOfSquaresProjective
(long randSeed, int totalCycles, double maxMedianError, double inlierFraction, ModelManager<Model> modelManager, ModelGeneratorViews<Model, Point, ElevateViewInfo> generator, DistanceFromModelViews<Model, Point, ElevateViewInfo> errorMetric) LeastMedianOfSquaresProjective
(long randSeed, int totalCycles, double maxMedianError, double inlierFraction, ModelManager<Model> modelManager, ModelGeneratorViews<Model, Point, ElevateViewInfo> generator, DistanceFromModelViews<Model, Point, ElevateViewInfo> errorMetric) RansacProjective
(long randSeed, ModelManager<Model> modelManager, ModelGeneratorViews<Model, Point, ElevateViewInfo> modelGenerator, DistanceFromModelViews<Model, Point, ElevateViewInfo> modelDistance, int maxIterations, double thresholdFit) RansacProjective
(long randSeed, ModelManager<Model> modelManager, ModelGeneratorViews<Model, Point, ElevateViewInfo> modelGenerator, DistanceFromModelViews<Model, Point, ElevateViewInfo> modelDistance, int maxIterations, double thresholdFit) -
Uses of ElevateViewInfo in boofcv.alg.structure
Method parameters in boofcv.alg.structure with type arguments of type ElevateViewInfoModifier and TypeMethodDescriptionvoid
InitializeCommonProjective.lookupInfoForMetricElevation
(List<String> viewIds, DogArray<ElevateViewInfo> views, DogArray<DMatrixRMaj> cameraMatrices, DogArray<AssociatedTupleDN> observations) Copies results into a format that's useful for projective to metric conversion -
Uses of ElevateViewInfo in boofcv.factory.geo
Methods in boofcv.factory.geo that return types with arguments of type ElevateViewInfoModifier and TypeMethodDescriptionFactoryMultiView.selfCalibThree
(@Nullable ConfigPixelsToMetric config) Three-view self calibration based on various methods. -
Uses of ElevateViewInfo in boofcv.struct.calib
Methods in boofcv.struct.calib with parameters of type ElevateViewInfo