Click or drag to resize

CudaConvolution Constructor

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

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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