You are here: Start » AVL.NET » PinholeCameraBasicParams Class
PinholeCameraBasicParams Class
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Basic parameters for pinhole camera model.
Constructors
| Constructor | Description | |
|---|---|---|
| PinholeCameraBasicParams() | ||
| PinholeCameraBasicParams(Conditional<Double>, Double, Double) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| FocalLength | Atl.Conditional<System.Double> | ||
| IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject | |
| IsView | System.Boolean | Inherited from Avl.UnmanagedObject | |
| PrincipalPointX | System.Double | ||
| PrincipalPointY | System.Double | 
Methods
| Name | Description | |
|---|---|---|
| CopyTo(Avl.PinholeCameraBasicParams) | ||
| Dispose() | Inherited from Avl.UnmanagedObject | |
| Equals(object) | Inherited from System.Object | |
| Equals(Avl.PinholeCameraBasicParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| MoveTo(Avl.PinholeCameraBasicParams) | ||
| ToString() | Inherited from System.Object | 
