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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimagingbook.common.geometry.basic.Pnt2dapplyTo(imagingbook.common.geometry.basic.Pnt2d uv) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface imagingbook.common.geometry.mappings.Mapping2D
applyTo
-
Constructor Details
-
InterCameraMapping
-
-
Method Details
-
applyTo
- Specified by:
applyToin interfaceimagingbook.common.geometry.mappings.Mapping2D
-