CudaImageTColor, TDepthConvertTOtherColor, TOtherDepth Method |
http://www.emgu.com Convert the current CudaImage to the specific color and depth
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic CudaImage<TOtherColor, TOtherDepth> Convert<TOtherColor, TOtherDepth>()
where TOtherColor : struct, new(), IColor
where TOtherDepth : new()
Public Function Convert(Of TOtherColor As {Structure, New, IColor}, TOtherDepth As New) As CudaImage(Of TOtherColor, TOtherDepth)
public:
generic<typename TOtherColor, typename TOtherDepth>
where TOtherColor : value class, gcnew(), IColor
where TOtherDepth : gcnew()
CudaImage<TOtherColor, TOtherDepth>^ Convert()
member Convert : unit -> CudaImage<'TOtherColor, 'TOtherDepth> when 'TOtherColor : struct, new() and IColor when 'TOtherDepth : new()
Type Parameters
- TOtherColor
- The type of color to be converted to
- TOtherDepth
- The type of pixel depth to be converted to
Return Value
Type:
CudaImageTOtherColor,
TOtherDepthCudaImage of the specific color and depth
See Also