Uses of Class
com.irurueta.geometry.refiners.PointCorrespondencePinholeCameraRefiner
Packages that use PointCorrespondencePinholeCameraRefiner
-
Uses of PointCorrespondencePinholeCameraRefiner in com.irurueta.geometry.refiners
Subclasses of PointCorrespondencePinholeCameraRefiner in com.irurueta.geometry.refinersModifier and TypeClassDescriptionclassA 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.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.