Interface SceneStructure

All Known Implementing Classes:
SceneStructureCommon, SceneStructureMetric, SceneStructureProjective

public interface SceneStructure
Specifies the scene for BundleAdjustment
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
    If true then homogenous coordinates are being used.
  • Method Details

    • isHomogenous

      boolean isHomogenous()
      If true then homogenous coordinates are being used.
      Returns:
      true if homogenous coordinates
    • getParameterCount

      int getParameterCount()