Class Image2D
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
UMatThe UMat from which to get image properties and data
norm
boolFlag to enable the use of normalized channel data types
alias
boolFlag 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()