Class Modality
Interface for modalities that plug into the LINE template matching representation.
public class Modality : SharedPtrObject, IDisposable
- Inheritance
-
Modality
- Implements
- Inherited Members
Constructors
Modality(string)
Create modality by name.
public Modality(string modalityType)
Parameters
modalityType
stringThe following modality types are supported: "ColorGradient", "DepthNormal"
Properties
Name
The name of modality
public string Name { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object
protected override void DisposeObject()