The GpuImage<(Of <(<'TColor, TDepth>)>)> type exposes the following methods.
Methods
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | Description | |
---|---|---|
![]() | Clone()()()() |
Create a clone of this GpuImage
|
![]() | Convert<(Of <<'(TOtherColor, TOtherDepth>)>>)()()()() | Convert the current GpuImage to the specific color and depth |
![]() | Convert<(Of <<'(TOtherDepth>)>>)(Stream) |
Convert this GpuMat to different depth
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | ConvertFrom<(Of <<'(TSrcColor, TSrcDepth>)>>)(GpuImage<(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(ConvolutionKernelF) |
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(CvArray<(Of <<'(TDepth>)>>)) |
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.) |
![]() | GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | MergeFrom(array<GpuMat<(Of <<'(TDepth>)>>)>[]()[][], Stream) |
Makes multi-channel array out of several single-channel arrays
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | MinMax(array<Double>[]()[][]%, array<Double>[]()[][]%, array<Point>[]()[][]%, array<Point>[]()[][]%) |
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(Int32, Int32) |
Changes shape of GpuMat without copying data.
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | Resize(Size, INTER) |
Resize the GpuImage.
Only TDepth of Byte is supported.
|
![]() | Save(String) |
Saving the GPU image to file
|
![]() | SetTo(MCvScalar, GpuMat<(Of <<'(Byte>)>>), Stream) |
Copies scalar value to every selected element of the destination GpuMat:
GpuMat(I)=value if mask(I)!=0
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |
![]() | Split(Stream) |
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(array<GpuMat<(Of <<'(TDepth>)>>)>[]()[][], Stream) |
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.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | Upload(CvArray<(Of <<'(TDepth>)>>)) |
Pefroms blocking upload data to GpuMat
(Inherited from GpuMat<(Of <(<'TDepth>)>)>.) |