You are here: Start » AVL.NET » RectificationTransform Class

RectificationTransform Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Analytical description of a rectification transform

Constructors

 ConstructorDescription
RectificationTransform(NullableRef<AnyCameraModel>)
RectificationTransform(NullableRef<AnyCameraModel>, NullableRef<Matrix>)
RectificationTransform(RectificationTransform)Creates a deep copy of the passed object.
RectificationTransform()

Properties

 NameTypeDescription
CameraModelAvlNet.INullable<AvlNet.AnyCameraModel>
HomographyAvlNet.INullable<AvlNet.Matrix>
IsDisposedSystem.Boolean

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.RectificationTransform)
Equals(AvlNet.RectificationTransform, AvlNet.RectificationTransform)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.RectificationTransform)Resets this instance with data of the other RectificationTransform object.
ToString()Inherited from System.Object

Remarks

See also