Click or drag to resize
CudaInvokeSqrIntegral Method
http://www.emgu.com
Computes squared integral image

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static void SqrIntegral(
	IInputArray src,
	IOutputArray sqsum,
	Stream stream = null
)

Parameters

src
Type: Emgu.CVIInputArray
The source GpuMat, supports only CV_8UC1 source type
sqsum
Type: Emgu.CVIOutputArray
The sqsum GpuMat, supports only CV32F source type.
stream (Optional)
Type: Emgu.CV.CudaStream
Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).
See Also