Class SelectBestStereoTransform

java.lang.Object
boofcv.alg.geo.robust.SelectBestStereoTransform

public class SelectBestStereoTransform extends Object
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 Details

    • SelectBestStereoTransform

      public SelectBestStereoTransform(Triangulate2ViewsMetric triangulate)
      Specifies how the essential matrix is computed
    • SelectBestStereoTransform

      public SelectBestStereoTransform()
  • Method Details

    • select

      public void select(List<Se3_F64> candidatesAtoB, List<AssociatedPair> 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 transforms
      observations - observations in both stereo cameras in normalized image coordinates
      model - (Output) the selected transform from a to b