| Package | Description |
|---|---|
| boofcv.abst.geo.fitting | |
| boofcv.abst.geo.h | |
| boofcv.abst.geo.optimization | |
| boofcv.alg.geo.h | |
| boofcv.alg.geo.pose |
| Constructor and Description |
|---|
DistanceFromModelResidualN(ModelObservationResidualN<Model,Point> function) |
| Constructor and Description |
|---|
LeastSquaresHomography(double convergenceTol,
int maxIterations,
ModelObservationResidualN residuals) |
| Modifier and Type | Field and Description |
|---|---|
protected ModelObservationResidualN<Model,Observation> |
ResidualsCodecToMatrix.residual |
protected ModelObservationResidualN |
ResidualsEpipolarMatrixN.residual |
| Constructor and Description |
|---|
ResidualsCodecToMatrix(org.ddogleg.fitting.modelset.ModelCodec<Model> param,
ModelObservationResidualN<Model,Observation> residual,
Model storage)
Configures algorithm
|
ResidualsEpipolarMatrixN(org.ddogleg.fitting.modelset.ModelCodec<org.ejml.data.DenseMatrix64F> param,
ModelObservationResidualN residual)
Configures algorithm
|
| Modifier and Type | Class and Description |
|---|---|
class |
HomographyResidualSampson
Computes the Sampson distance residual for a set of observations given a homography matrix.
|
class |
HomographyResidualTransfer
Computes the difference between the point projected by the homography and its observed location.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PnPResidualReprojection
Computes the predicted residual as a simple geometric distance between the observed and predicted
point observation in normalized pixel coordinates.
|
Copyright © 2013. All Rights Reserved.