You are here: Start » AVL.NET » PinholeCameraBasicParams Class

PinholeCameraBasicParams Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Basic parameters for pinhole camera model.

Constructors

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

Properties

 NameTypeDescription
FocalLengthAtl.Conditional<System.Double>
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
PrincipalPointXSystem.Double
PrincipalPointYSystem.Double

Methods

 NameDescription
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

Remarks

See also