Click or drag to resize

CameraIntrinsics Class

Information about the intrinsic parameters of the camera (OpenCV model)
Inheritance Hierarchy
SystemObject
  Zivid.NETCameraIntrinsics

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

The CameraIntrinsics type exposes the following members.

Constructors
  NameDescription
Public methodCameraIntrinsics
Constructor
Public methodCameraIntrinsics(String)
Initializes a new instance of the CameraIntrinsics class
Top
Properties
  NameDescription
Public propertyCameraMatrix
Public propertyDistortion
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 methodLoad
Public methodSave
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also