Table of Contents

Class Image2D

Namespace
Emgu.CV.Ocl
Assembly
Emgu.CV.dll

cv::ocl::Image2D

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

Constructors

Image2D(UMat, bool, bool)

Create an OclImage2D object from UMat

public Image2D(UMat src, bool norm = false, bool alias = false)

Parameters

src UMat

The UMat from which to get image properties and data

norm bool

Flag to enable the use of normalized channel data types

alias bool

Flag indicating that the image should alias the src UMat. If true, changes to the image or src will be reflected in both objects.

Methods

DisposeObject()

Release the unmanaged memory associated with this OclImage2D

protected override void DisposeObject()