Class InterCameraMapping

java.lang.Object
imagingbook.calibration.zhang.InterCameraMapping
All Implemented Interfaces:
imagingbook.common.geometry.mappings.Mapping2D, Cloneable

public class InterCameraMapping extends Object implements imagingbook.common.geometry.mappings.Mapping2D
This class represents the 2D geometric transformation for an image taken with some camera A to an image taken with another camera B.
Version:
2016-06-01
  • Constructor Details

  • Method Details

    • applyTo

      public imagingbook.common.geometry.basic.Pnt2d applyTo(imagingbook.common.geometry.basic.Pnt2d uv)
      Specified by:
      applyTo in interface imagingbook.common.geometry.mappings.Mapping2D