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

PinholeCameraBasicParams Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Basic parameters for pinhole camera model.

Constructors

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

Properties

 NameTypeDescription
FocalLengthSystem.Nullable<System.Double>
PrincipalPointXSystem.Double
PrincipalPointYSystem.Double

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.PinholeCameraBasicParams)
Equals(AvlNet.PinholeCameraBasicParams, AvlNet.PinholeCameraBasicParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also