You are here: Start » AVL.NET » RectificationTransform Class
RectificationTransform Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Analytical description of a rectification transform
Constructors
| Constructor | Description | |
|---|---|---|
| RectificationTransform(NullableRef<AnyCameraModel>) | ||
| RectificationTransform(NullableRef<AnyCameraModel>, NullableRef<Matrix>) | ||
| RectificationTransform(RectificationTransform) | Creates a deep copy of the passed object. | |
| RectificationTransform() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| CameraModel | AvlNet.INullable<AvlNet.AnyCameraModel> | ||
| Homography | AvlNet.INullable<AvlNet.Matrix> | ||
| IsDisposed | System.Boolean |
Methods
| Name | Description | |
|---|---|---|
| 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 |
