Click or drag to resize

CameraIntrinsics.DistortionGroup Class

The radial and tangential distortion parameters
Inheritance Hierarchy
System.Object
  Zivid.NET.CameraIntrinsics.DistortionGroup

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class DistortionGroup

The CameraIntrinsics.DistortionGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyK1
First radial distortion term
Public propertyK2
Second radial distortion term
Public propertyK3
Third radial distortion term
Public propertyP1
First tangential distortion term
Public propertyP2
Second tangential distortion term
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodToString
Get string representation of the object
(Overrides Object.ToString().)
Top
See Also