Calibrator3D Methods

CVB.Net Documentation

The Calibrator3D type exposes the following members.

Methods

  NameDescription
Public methodCreatePointCloud(Image, PointCloudFlags)
Creates a calibrated PointCloud using the given rangeMap and flags.
Public methodCreatePointCloudT(Image)
Creates a calibrated PointCloud with point type T from the given rangeMap.
Public methodDispose
IDisposable implementation.
Protected methodDispose(Boolean)
IDisposable helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodStatic memberFromFactors(Factors3D)
Create a Calibrator3D using the given factors.
Public methodStatic memberFromFactors(Double, Double, Double)
Creates a Calibrator3D from the given factors.
Public methodStatic memberFromFile
Loads a 3D calibration file (ASCII string version).
Public methodStatic memberFromHandle(IntPtr)
Create a Calibrator3D from a native handle adopting its life time.
Public methodStatic memberFromHandle(IntPtr, ShareObject)
Create a Calibrator3D from a native handle and potentially increment the unmanaged reference count on the native handle.
Public methodStatic memberFromMatrix
Create a Calibrator3D using the given matrix.
Public methodStatic memberFromPinholeCameraModel(Double, Point2Dd)
Create a Calibrator3D using the pinhole camera model.
Public methodStatic memberFromPinholeCameraModel(Double, Point2Dd, Double)
Create a Calibrator3D using the pinhole camera model.
Public methodStatic memberFromPinholeCameraModel(Double, Double, Point2Dd)
Create a Calibrator3D using the pinhole camera model.
Public methodStatic memberFromPinholeCameraModel(Double, Double, Point2Dd, Double)
Create a Calibrator3D using the pinhole camera model.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodSave
Saves the calibrator to the given fileName.
(Defined by Calibrator3DExtensions.)
Top
See Also

Reference