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 methodCol
Creates a matrix header for the specified matrix column.
Public methodConvertTo
Converts an array to another data type with optional scaling.
Public methodCopyTo(IOutputArray, IInputArray)
Copy the data in this umat to the other mat
Public methodCopyToT(T)
Copy data from this Mat to the managed array
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 DisposableObjectDisposeObject.)
Public methodDot
Computes the dot product of two mats
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 methodGetData
Get a copy of the data values as an array
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInputArray
Pointer to the InputArray
Public methodGetInputOutputArray
Pointer to the InputOutputArray
Public methodGetMat
Return the Mat representation of the UMat
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 methodRow
Creates a matrix header for the specified matrix row.
Public methodSave
Save this image to the specific file.
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 methodSetToT(T)
Copy data from managed array to this Mat
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodForEachDuplicateChannel(ActionIInputArray, Int32)Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.)
Public Extension MethodForEachDuplicateChannelTReturn(FuncIInputArray, Int32, TReturn)Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.)
Public Extension MethodIsUmat
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.)
Public Extension MethodToBitmapOverloaded.
Convert the umat into Bitmap, the pixel values are copied over to the Bitmap
(Defined by BitmapExtension.)
Public Extension MethodToBitmapOverloaded. (Defined by BitmapExtension.)
Top
See Also