Calibrator3D Class

CVB.Net Documentation
Object used to reconstruct point clouds.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbCalibrator3D

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public class Calibrator3D : INativeHandle, 
	IDisposable

The Calibrator3D type exposes the following members.

Properties

  NameDescription
Public propertyExtrinsicMatrix
Gets/sets the extrinsic transformation matrix of the calibrator.
Public propertyHandle
Native handle of the calibrator.
Public propertyIsDisposed
Gets if the native handle has been disposed.
Public propertyRangeMapIgnoreValue
Gets/sets the ignore value for range maps.
Top
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
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
Extension Methods

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

Reference