You are here: Start » FIL.NET » PinholeCameraModel Class

PinholeCameraModel Class

Namespace:Fil
Assembly:FilNet.Types.dll

Pinhole camera model parameters with distortion.

Constructors

 ConstructorDescription
PinholeCameraModel()
PinholeCameraModel(PinholeCameraBasicParams, LensDistortion)

Properties

 NameTypeDescription
BasicParamsFil.PinholeCameraBasicParams
DistortionFil.LensDistortion
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject

Methods

 NameDescription
CopyTo(Fil.PinholeCameraModel)
Dispose()Inherited from Fil.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Fil.PinholeCameraModel)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Fil.PinholeCameraModel)
ToString()Inherited from System.Object

Remarks

See also