Table of Contents

Class Pix

Namespace
Emgu.CV.OCR
Assembly
Emgu.CV.dll

Leptonica Pix image structure

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

Constructors

Pix(Mat)

Create a Pix object by coping data from Mat

public Pix(Mat mat)

Parameters

mat Mat

The Mat to create the Pix object from

Methods

DisposeObject()

Release all the unmanaged memory associated with this Pix

protected override void DisposeObject()