You are here: Start » FIL.NET » RectificationTransform Class
RectificationTransform Class
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.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 | FilNet.INullable<FilNet.AnyCameraModel> | ||
| Homography | FilNet.INullable<FilNet.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(FilNet.RectificationTransform) | ||
| Equals(FilNet.RectificationTransform, FilNet.RectificationTransform) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(FilNet.RectificationTransform) | Resets this instance with data of the other RectificationTransform object. | |
| ToString() | Inherited from System.Object |
