Interface ModelGeneratorViews<Model,Point,Camera>

All Superinterfaces:
ModelGenerator<Model,Point>
All Known Implementing Classes:
GenerateMetricTripleFromProjective

public interface ModelGeneratorViews<Model,Point,Camera> extends ModelGenerator<Model,Point>
ModelGenerator with view specific information
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the new of views which need to be set
    void
    setView(int view, Camera viewInfo)
    Specify parameters for a particular view

    Methods inherited from interface org.ddogleg.fitting.modelset.ModelGenerator

    generate, getMinimumPoints
  • 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