Table of Contents

Class Modality

Namespace
Emgu.CV.Linemod
Assembly
Emgu.CV.dll

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 string

The following modality types are supported: "ColorGradient", "DepthNormal"

Properties

Name

The name of modality

public string Name { get; }

Property Value

string

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()