Convert this GpuMat to different depth

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1062 (2.2.1.1062)

Syntax

         
 C#  Visual Basic  Visual C++ 
public GpuMat<TOtherDepth> Convert<TOtherDepth>()
where TOtherDepth : new()
Public Function Convert(Of TOtherDepth As New) As GpuMat(Of TOtherDepth)
public:
generic<typename TOtherDepth>
where TOtherDepth : gcnew()
GpuMat<TOtherDepth>^ Convert()

Type Parameters

TOtherDepth
The depth type to convert to

Return Value

GpuMat of different depth

See Also