http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Convert the source image to the current image, if the size are different, the current image will be a resized version of the srcImage.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void ConvertFrom<TSrcColor, TSrcDepth>( GpuImage<TSrcColor, TSrcDepth> srcImage ) where TSrcColor : struct, new(), IColor where TSrcDepth : new() |
Visual Basic |
---|
Public Sub ConvertFrom(Of TSrcColor As {Structure, New, IColor}, TSrcDepth As New) ( _ srcImage As GpuImage(Of TSrcColor, TSrcDepth) _ ) |
Visual C++ |
---|
public: generic<typename TSrcColor, typename TSrcDepth> where TSrcColor : value class, gcnew(), IColor where TSrcDepth : gcnew() void ConvertFrom( GpuImage<TSrcColor, TSrcDepth>^ srcImage ) |
Parameters
- srcImage
- Type: Emgu.CV.GPU..::..GpuImage<(Of <(<'TSrcColor, TSrcDepth>)>)>
The sourceImage
Type Parameters
- TSrcColor
- The color type of the source image
- TSrcDepth
- The color depth of the source image