Click or drag to resize

CameraIntrinsicsDistortionGroup Class

The radial and tangential distortion parameters
Inheritance Hierarchy
SystemObject
  Zivid.NETCameraIntrinsicsDistortionGroup

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

The CameraIntrinsicsDistortionGroup 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 ObjectToString.)
Top
See Also