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 propertyK1Range
The range of valid values
Public propertyK2
Second radial distortion term
Public propertyK2Range
The range of valid values
Public propertyK3
Third radial distortion term
Public propertyK3Range
The range of valid values
Public propertyP1
First tangential distortion term
Public propertyP1Range
The range of valid values
Public propertyP2
Second tangential distortion term
Public propertyP2Range
The range of valid values
Top
See Also