Click or drag to resize
UMat Methods
http://www.emgu.com

The UMat type exposes the following members.

Methods
  NameDescription
Public methodClone
Make a clone of the current UMat.
Public methodConvertTo
Converts an array to another data type with optional scaling.
Public methodCopyTo(Array)
Copies the values of the UMat to data.
Public methodCopyTo(IOutputArray, IInputArray)
Copy the data in this umat to the other mat
Public methodCreate
Allocates new array data if needed.
Protected methodDeserializeObjectData
A function used for runtime deserailization of the object
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release all the unmanaged memory associated with this object.
(Overrides MatDataAllocatorDisposeObject.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(UMat)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInputArray
Pointer to the InputArray
Public methodGetInputOutputArray
Pointer to the InputOutputArray
Public methodGetObjectData
A function used for runtime serialization of the object
Public methodGetOutputArray
Pointer to the OutputArray
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMinMax
Returns the min / max location and values for the image
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodReshape
Changes the shape and/or the number of channels of a 2D matrix without copying the data.
Public methodSave
Save this image to the specific file.
Public methodSetTo(Array)
Copies the values of the data to Mat.
Public methodSetTo(IInputArray, IInputArray)
Sets all or some of the array elements to the specified value.
Public methodSetTo(MCvScalar, IInputArray)
Sets all or some of the array elements to the specified value.
Public methodSplit
Split current Image into an array of gray scale images where each element in the array represent a single color channel of the original image
Public methodToImageTColor, TDepth
Convert this Mat to Image
Public methodToMat
Return the Mat representation of the UMat
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodIsUmat
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.)
Top
See Also