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

PinholeCameraModel Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Pinhole camera model parameters with distortion.

Constructors

 ConstructorDescription
PinholeCameraModel()
PinholeCameraModel(PinholeCameraBasicParams, LensDistortion)

Properties

 NameTypeDescription
BasicParamsAvl.PinholeCameraBasicParams
DistortionAvl.LensDistortion
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject

Methods

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

Remarks

See also