You are here: Start » FIL.NET » PinholeCameraModel Class
PinholeCameraModel Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Pinhole camera model parameters with distortion.
Constructors
Constructor | Description | |
---|---|---|
![]() | PinholeCameraModel(PinholeCameraBasicParams) | |
![]() | PinholeCameraModel(PinholeCameraBasicParams, LensDistortion) | |
![]() | PinholeCameraModel(PinholeCameraModel) | Creates a deep copy of the passed object. |
![]() | PinholeCameraModel() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | BasicParams | FilNet.PinholeCameraBasicParams | |
![]() | Distortion | FilNet.LensDistortion | |
![]() | 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.PinholeCameraModel) | |
![]() ![]() | Equals(FilNet.PinholeCameraModel, FilNet.PinholeCameraModel) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.PinholeCameraModel) | Resets this instance with data of the other PinholeCameraModel object. |
![]() | ToString() | Inherited from System.Object |