Uses of Interface
boofcv.alg.geo.ModelObservationResidualN
Package
Description
-
Uses of ModelObservationResidualN in boofcv.abst.geo.fitting
ModifierConstructorDescription -
Uses of ModelObservationResidualN in boofcv.abst.geo.h
ModifierConstructorDescriptionLeastSquaresHomography
(double convergenceTol, int maxIterations, ModelObservationResidualN<?, ?> residuals) -
Uses of ModelObservationResidualN in boofcv.abst.geo.optimization
Modifier and TypeFieldDescriptionprotected ModelObservationResidualN<Model,
Observation> ResidualsCodecToMatrix.residual
protected ModelObservationResidualN
ResidualsEpipolarMatrixN.residual
ModifierConstructorDescriptionResidualsCodecToMatrix
(ModelCodec<Model> param, ModelObservationResidualN<Model, Observation> residual, Model storage) Configures algorithmResidualsEpipolarMatrixN
(@Nullable ModelCodec<DMatrixRMaj> param, ModelObservationResidualN residual) Configures algorithm -
Uses of ModelObservationResidualN in boofcv.alg.geo.h
Modifier and TypeClassDescriptionclass
Computes the Sampson distance residual for a set of observations given a homography matrix.class
Computes the difference between the point projected by the homography and its observed location. -
Uses of ModelObservationResidualN in boofcv.alg.geo.pose
Modifier and TypeClassDescriptionclass
Computes the predicted residual as a simple geometric distance between the observed and predicted point observation in normalized pixel coordinates.class
Computes the predicted residual as a simple geometric distance between the observed and predicted point observation in normalized pixel coordinates.