| Class | Description |
|---|---|
| Affine2DCodec |
Converts an
Affine2D_F64 to and from an array
parameterized format. |
| DistanceAffine2D |
Applies an affine transformation to the associated pair and computes the euclidean distance
between their locations.
|
| DistanceAffine2DSq |
Applies an affine transformation to the associated pair and computes the euclidean distance
squared between their locations.
|
| DistanceHomographyPixelSq |
Computes the Euclidean error squared between 'p1' and 'p2' after projecting 'p1' into image 2.
|
| DistanceHomographySq |
Computes the Euclidean error squared between 'p1' and 'p2' after projecting 'p1' into image 2.
|
| DistancePlane2DToPixelSq |
Computes the difference between a predicted observation and the actual observation.
|
| DistanceScaleTranslate2DSq |
Computes distance squared between p1 after applying the
ScaleTranslate2D motion model and p2. |
| DistanceScaleTranslateRotate2DSq |
Computes distance squared between p1 after applying the
ScaleTranslateRotate2D motion model and p2. |
| DistanceSe2Sq |
Computes the Euclidean error squared between the predicted and actual location of 2D features after applying
a
Se2_F64 transform. |
| DistanceSe3SymmetricSq |
Computes the error for a given camera motion from two calibrated views.
|
| DistanceTranGivenRotSq | |
| EstimatorToGenerator<Model,Point> |
Wrapper class for converting
GeoModelEstimator1 into ModelGenerator. |
| GenerateAffine2D |
Fits an
Affine2D_F64 motion model to a list of AssociatedPair. |
| GenerateHomographyLinear |
Fits a homography to the observed points using linear algebra.
|
| GenerateScaleTranslate2D |
Estimates a
ScaleTranslate2D from two 2D point correspondences. |
| GenerateScaleTranslateRotate2D |
Estimates a
ScaleTranslateRotate2D from three 2D point correspondences. |
| GenerateSe2_AssociatedPair |
Uses
MotionTransformPoint to estimate the rigid body motion in 2D between two sets of points |
| GenerateSe2_PlanePtPixel |
Uses
MotionTransformPoint to estimate the rigid body motion
from key-frame to current-frame in 2D between two observations of a point on the plane. |
| ModelManagerScaleTranslate2D |
ModelManager for ScaleTranslate2D |
| ModelManagerScaleTranslateRotate2D |
ModelManager for ScaleTranslateRotate2D. |
| Se3FromEssentialGenerator |
Estimates the motion between two views up to a scale factor by computing an essential matrix,
decomposing it, and using the positive depth constraint to select the best candidate.
|