Package boofcv.alg.geo.robust
Class SelectBestStereoTransform
java.lang.Object
boofcv.alg.geo.robust.SelectBestStereoTransform
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
ConstructorDescriptionSelectBestStereoTransform
(Triangulate2ViewsMetric triangulate) Specifies how the essential matrix is computed -
Method Summary
-
Constructor Details
-
SelectBestStereoTransform
Specifies how the essential matrix is computed -
SelectBestStereoTransform
public SelectBestStereoTransform()
-
-
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
-