Click or drag to resize

CudaConvolution Constructor

http://www.emgu.com
Create a Cuda Convolution object.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public CudaConvolution(
	Size userBlockSize = null
)

Parameters

userBlockSize (Optional)
Type: System.DrawingSize
Block size. If you leave default value Size(0,0) then automatic estimation of block size will be used (which is optimized for speed). By varying user_block_size you can reduce memory requirements at the cost of speed.
See Also