Table of Contents

Class CvString

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

Wrapper for cv::String. This class support UTF-8 chars.

public class CvString : UnmanagedObject, IDisposable
Inheritance
CvString
Implements
Inherited Members

Constructors

CvString()

Create an empty CvString

public CvString()

CvString(string)

Create a CvString from System.String

public CvString(string s)

Parameters

s string

The System.String object to be converted to CvString

Properties

Length

Gets the length of the string

public int Length { get; }

Property Value

int

The length of the string

Methods

DisposeObject()

Release all the unmanaged resource associated with this object.

protected override void DisposeObject()

ToString()

Get the string representation of the CvString

public override string ToString()

Returns

string

The string representation of the CvString