Interface ModelMatcherViews<Model,Point,Camera>

All Superinterfaces:
ModelMatcher<Model,Point>
All Known Implementing Classes:
LeastMedianOfSquaresProjective, RansacProjective

public interface ModelMatcherViews<Model,Point,Camera> extends ModelMatcher<Model,Point>
ModelMatcher with view specific information
  • Method Details

    • setView

      void setView(int view, Camera viewInfo)
      Specify parameters for a particular view
      Parameters:
      view - which view this belongs to
      viewInfo - Information about this view. E.g. image dimension, intrinsic parameters, ...etc
    • getNumberOfViews

      int getNumberOfViews()
      Returns the new of views which need to be set