You are here: Start » AVL.NET » LensDistortion Class
LensDistortion Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| 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
| Name | Type | Description | |
|---|---|---|---|
| IsDisposed | System.Boolean | ||
| K1 | System.Single | Radial distortion r^2 coefficient | |
| K2 | System.Single | Radial distortion r^4 coefficient | |
| K3 | System.Single | Radial distortion r^6 coefficient | |
| K4 | System.Single | ||
| K5 | System.Single | ||
| K6 | System.Single | ||
| P1 | System.Single | Tangential distortion coefficient | |
| P2 | System.Single | Tangential distortion coefficient | |
| S1 | System.Single | ||
| S2 | System.Single | ||
| S3 | System.Single | ||
| S4 | System.Single |
Methods
| Name | Description | |
|---|---|---|
| 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 |
