Package boofcv.alg.geo.robust
Class SelectBestStereoTransformHPointing
java.lang.Object
boofcv.alg.geo.robust.SelectBestStereoTransformHPointing
Given a set of observations in point vectors and a set of possible
stereo transforms select the best view. Best in this case means meeting the positive depth constraint in
both cameras
-
Constructor Summary
ConstructorDescriptionSpecifies how the essential matrix is computed -
Method Summary
-
Constructor Details
-
SelectBestStereoTransformHPointing
Specifies how the essential matrix is computed -
SelectBestStereoTransformHPointing
public SelectBestStereoTransformHPointing()
-
-
Method Details
-
select
public void select(List<Se3_F64> candidatesAtoB, List<AssociatedPair3D> observations, Se3_F64 model) Selects the transform which describes a view where observations appear in front of the camera the most- Parameters:
candidatesAtoB
- List of possible transformsobservations
- observations in both stereo cameras in normalized image coordinatesmodel
- (Output) the selected transform from a to b
-