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

LensDistortion Class

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

Constructors

 ConstructorDescription
LensDistortion(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
LensDistortion(LensDistortion)Creates a deep copy of the passed object.
LensDistortion()

Properties

 NameTypeDescription
IsDisposedSystem.Boolean
K1System.SingleRadial distortion r^2 coefficient
K2System.SingleRadial distortion r^4 coefficient
K3System.SingleRadial distortion r^6 coefficient
K4System.Single
K5System.Single
K6System.Single
P1System.SingleTangential distortion coefficient
P2System.SingleTangential distortion coefficient
S1System.Single
S2System.Single
S3System.Single
S4System.Single

Methods

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

See also