You are here: Start » AVL.NET » PinholeCameraModel Class
PinholeCameraModel Class
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Pinhole camera model parameters with distortion.
Constructors
| Constructor | Description | |
|---|---|---|
| PinholeCameraModel() | ||
| PinholeCameraModel(PinholeCameraBasicParams, LensDistortion) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| BasicParams | Avl.PinholeCameraBasicParams | ||
| Distortion | Avl.LensDistortion | ||
| IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject | |
| IsView | System.Boolean | Inherited from Avl.UnmanagedObject | 
Methods
| Name | Description | |
|---|---|---|
| CopyTo(Avl.PinholeCameraModel) | ||
| Dispose() | Inherited from Avl.UnmanagedObject | |
| Equals(object) | Inherited from System.Object | |
| Equals(Avl.PinholeCameraModel) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| MoveTo(Avl.PinholeCameraModel) | ||
| ToString() | Inherited from System.Object | 
