You are here: Start » AVL.NET » LineScanCameraModel Class
LineScanCameraModel Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Line scan camera model parameters with distortion.
Constructors
| Constructor | Description | |
|---|---|---|
| LineScanCameraModel(LineScanCameraBasicParams) | ||
| LineScanCameraModel(LineScanCameraBasicParams, LensDistortion) | ||
| LineScanCameraModel(LineScanCameraModel) | Creates a deep copy of the passed object. | |
| LineScanCameraModel() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| BasicParams | AvlNet.LineScanCameraBasicParams | ||
| Distortion | AvlNet.LensDistortion | ||
| IsDisposed | System.Boolean |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(AvlNet.LineScanCameraModel) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.LineScanCameraModel, AvlNet.LineScanCameraModel) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.LineScanCameraModel) | Resets this instance with data of the other LineScanCameraModel object. | |
| ToString() | Inherited from System.Object |
