Class PinholeCameraUndistortionGeneric<T>
Manages the undistortion and rectification process for pinhole cameras.
See the OpenCV's calibd module documentation for more information: http://docs.opencv.org/3.4/d9/d0c/group__calib3d.html
Inheritance
PinholeCameraUndistortionGeneric<T>
Inherited Members
Namespace: ArucoUnity.Cameras.Undistortions
Assembly: Assembly-CSharp.dll
Syntax
public abstract class PinholeCameraUndistortionGeneric<T> : ArucoCameraUndistortionGeneric<T>, IArucoCameraUndistortion, IArucoCameraController, IController, IHasArucoCameraParameters where T : ArucoCamera
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceRectificationScalingFactor
Gets or sets the scaling factor (alpha coefficient) between 0 and 1: 0 to zoom the images so that only valid pixels are visible (no black areas after rectification), 1 to shift the images so that no source image pixels are lost. Applied both on mono and stereo cameras.
Declaration
public float RectificationScalingFactor { get; set; }
Property Value
Type | Description |
---|---|
Single |
Methods
| Improve this Doc View SourceInitializeUndistortionMaps()
Declaration
protected override void InitializeUndistortionMaps()