You are here: Start » PinholeCameraBasicParams Class

PinholeCameraBasicParams Class

Namespace:Fil
Assembly:FilNet.Types.dll

Basic parameters for pinhole camera model.

Constructors

 ConstructorDescription
PinholeCameraBasicParams()
PinholeCameraBasicParams(Conditional<Double>, Double, Double)

Properties

 NameTypeDescription
FocalLengthFtl.Conditional<System.Double>
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
PrincipalPointXSystem.Double
PrincipalPointYSystem.Double

Methods

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

Remarks

See also