Uses of Class
com.irurueta.geometry.estimators.PinholeCameraEstimator
Packages that use PinholeCameraEstimator
Package
Description
This package contains classes to estimate basic geometric structures
-
Uses of PinholeCameraEstimator in com.irurueta.geometry.estimators
Subclasses of PinholeCameraEstimator in com.irurueta.geometry.estimatorsModifier and TypeClassDescriptionclassThis class implements an algorithm to estimate pinhole camera using the DLT algorithm and point correspondences.classThis class implements an algorithm to estimate pinhole cameras using the DLT algorithm and point correspondences.classEPnP (Efficient Perspective-n-Point) implementation to estimate pinhole cameras from 2D/3D point correspondences.classThis file contains abstract implementation for pinhole camera estimators based on line/plane correspondences.classThis file contains abstract implementation for pinhole camera estimators based on point correspondences.classUPnP (Uncalibrated Perspective-n-Point) implementation to estimate pinhole cameras from 2D/3D point correspondences.classThis class implements pinhole camera estimator using a weighted algorithm and point correspondences.classThis class implements pinhole camera estimator using a weighted algorithm and point correspondences.Methods in com.irurueta.geometry.estimators that return PinholeCameraEstimatorModifier and TypeMethodDescriptionstatic PinholeCameraEstimatorPinholeCameraEstimator.create()Creates an instance of a pinhole camera estimator using default type.static PinholeCameraEstimatorPinholeCameraEstimator.create(PinholeCameraEstimatorType type) Creates an instance of a pinhole camera estimator using provided type.Methods in com.irurueta.geometry.estimators with parameters of type PinholeCameraEstimatorModifier and TypeMethodDescriptionvoidPinholeCameraEstimatorListener.onEstimateEnd(PinholeCameraEstimator estimator) Called when an estimator ends the camera estimation process.voidPinholeCameraEstimatorListener.onEstimateStart(PinholeCameraEstimator estimator) Called when an estimator starts the camera estimation process.voidPinholeCameraEstimatorListener.onEstimationProgressChange(PinholeCameraEstimator estimator, float progress) Called to notify changes in camera estimation progress.