Package boofcv.alg.geo.robust
Class SelectBestStereoTransformH
java.lang.Object
boofcv.alg.geo.robust.SelectBestStereoTransformH
Given a set of observations in normalized image coordinates 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
ConstructorDescriptionSelectBestStereoTransformH
(Triangulate2ViewsMetricH triangulate) Specifies how the essential matrix is computed -
Method Summary
-
Constructor Details
-
SelectBestStereoTransformH
Specifies how the essential matrix is computed -
SelectBestStereoTransformH
public SelectBestStereoTransformH()
-
-
Method Details
-
select
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
-