UMat Methods |
The UMat type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Make a clone of the current UMat.
|
![]() | ConvertTo |
Converts an array to another data type with optional scaling.
|
![]() | CopyTo(IOutputArray, IInputArray) |
Copy the data in this umat to the other mat
|
![]() | CopyToT(T) |
Copy data from this Mat to the managed array
|
![]() | Create |
Allocates new array data if needed.
|
![]() | DeserializeObjectData |
A function used for runtime deserailization of the object
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged memory associated with this object.
(Overrides MatDataAllocatorDisposeObject.) |
![]() | Dot |
Computes the dot product of two mats
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(UMat) |
Indicates whether the current object is equal to another object of the same type.
|
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInputArray |
Pointer to the InputArray
|
![]() | GetInputOutputArray |
Pointer to the InputOutputArray
|
![]() | GetObjectData |
A function used for runtime serialization of the object
|
![]() | GetOutputArray |
Pointer to the OutputArray
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MinMax |
Returns the min / max location and values for the image
|
![]() | ReleaseManagedResources |
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.) |
![]() | Reshape |
Changes the shape and/or the number of channels of a 2D matrix without copying the data.
|
![]() | Save |
Save this image to the specific file.
|
![]() | SetTo(IInputArray, IInputArray) |
Sets all or some of the array elements to the specified value.
|
![]() | SetTo(MCvScalar, IInputArray) |
Sets all or some of the array elements to the specified value.
|
![]() | SetToT(T) |
Copy data from managed array to this Mat
|
![]() | Split |
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
|
![]() | ToImageTColor, TDepth |
Convert this Mat to Image
|
![]() | ToMat |
Return the Mat representation of the UMat
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |