Class ArucoCameraUndistortionGeneric<T>
Manages the processes of undistortion and rectification of Images. Generic class to inherit, not the base class.
Inheritance
ArucoCameraUndistortionGeneric<T>
Inherited Members
Namespace: ArucoUnity.Cameras.Undistortions
Assembly: Assembly-CSharp.dll
Syntax
public abstract class ArucoCameraUndistortionGeneric<T> : ArucoCameraUndistortion, IArucoCameraUndistortion, IArucoCameraController, IController, IHasArucoCameraParameters where T : ArucoCamera
Type Parameters
Name | Description |
---|---|
T |
Methods
| Improve this Doc View SourceAwake()
Sets ArucoCamera with editor field if not null.
Declaration
protected override void Awake()