Uses of Class
com.irurueta.geometry.refiners.PinholeCameraRefiner
Packages that use PinholeCameraRefiner
-
Uses of PinholeCameraRefiner in com.irurueta.geometry.refiners
Subclasses of PinholeCameraRefiner in com.irurueta.geometry.refinersModifier and TypeClassDescriptionclassA pinhole camera refiner using line/plane correspondences and the Powell algorithm to try to decrease overall error in LMSE terms among inlier samples by taking the decomposed parameters of a pinhole camera.classA pinhole camera refiner using point correspondences and the Powell algorithm to try to decrease overall error in LMSE terms among inlier samples by taking the decomposed parameters of a pinhole camera.classBase class for a pinhole camera refiner using line/plane correspondences.classA pinhole camera refiner using line/plane correspondences and the Levenberg-Marquardt algorithm to try to decrease overall error in LMSE terms among inlier samples by taking the pinhole camera matrix as a whole without decomposition.classA pinhole camera refiner using point correspondences and the Levenberg-Marquardt algorithm to try to decrease overall error in LMSE terms among inlier samples by taking the pinhole camera matrix as a whole without decomposition.classBase class for a pinhole camera refiner using point correspondences.