http://www.emgu.com
The GpuImage<(Of <(<'TColor, TDepth>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(Size) |
Create a GpuImage of the specific size
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(IntPtr) |
Create the GpuImage from the unmanaged pointer.
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(Image<(Of <<'(TColor, TDepth>)>>)) |
Create a GPU image from a regular image
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(Int32, Int32) |
Create a GpuImage of the specific size
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(Int32, Int32, Boolean) |
Create a GpuImage of the specific size
|
![]() | GpuImage<(Of <(<'TColor, TDepth>)>)>(GpuImage<(Of <<'(TColor, TDepth>)>>), MCvSlice, MCvSlice) |
Create a GpuImage from the specific region of image. The data is shared between the two GpuImage
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Create a clone of this GpuImage
|
![]() | Col |
Returns a GpuImage corresponding to the ith column of the GpuImage. The data is shared with the current Image.
|
![]() | ColRange |
Returns a GpuImage corresponding to the [startend) columns of the GpuImage. The data is shared with the current Image.
|
![]() | Convert<(Of <<'(TOtherDepth>)>>)(Stream) |
Convert this GpuMat to different depth
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | Convert<(Of <<'(TOtherColor, TOtherDepth>)>>)()()()() | Convert the current GpuImage to the specific color and depth |
![]() | ConvertFrom<(Of <<'(TSrcColor, TSrcDepth>)>>) |
Convert the source image to the current image, if the size are different, the current image will be a resized version of the srcImage.
|
![]() | Convolution |
Performs a convolution using the specific kernel |
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged memory associated with this GpuMat
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | Download |
Downloads data from device to host memory. Blocking calls
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(GpuMat<(Of <<'(TDepth>)>>)) |
Returns true if the two GpuMat equals
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetSubRect |
Returns a GpuImage corresponding to a specified rectangle of the current GpuImage. The data is shared with the current matrix. In other words, it allows the user to treat a rectangular part of input array as a stand-alone array.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | MergeFrom |
Makes multi-channel array out of several single-channel arrays
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | MinMax |
Returns the min / max location and values for the image
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | 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 shape of GpuMat without copying data.
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | Resize |
Resize the GpuImage. The calling GpuMat be GpuMat%lt;Byte>. If steam is specified, it has to be either 1 or 4 channels.
|
![]() | Row |
Returns a GpuImage corresponding to the ith row of the GpuImage. The data is shared with the current Image.
|
![]() | RowRange |
Returns a GpuImage corresponding to the [startend) rows of the GpuImage. The data is shared with the current Image.
|
![]() | Save |
Saving the GPU image to file
|
![]() | SetTo |
Copies scalar value to every selected element of the destination GpuMat:
GpuMat(I)=value if mask(I)!=0
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | 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
|
![]() | SplitInto |
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
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | ToImage |
Convert the current GpuImage to a regular Image.
|
![]() | ToMatrix |
Convert this GpuMat to a Matrix
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | ToString | (Inherited from Object.) |
![]() | Upload |
Pefroms blocking upload data to GpuMat
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Bitmap |
convert the current GpuImage to its equavalent Bitmap representation
|
![]() | IsContinuous |
Check if the GpuMat is Continuous
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | IsEmpty |
Check if the GpuMat is Empty
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | NumberOfChannels |
Get the number of channels in the GpuMat
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Size |
Get the GpuMat size:
width == number of columns, height == number of rows
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |