Click or drag to resize
Accord.NET (logo)

IntegralImage2Update Method

Computes the integral image representation from the given image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public void Update(
	UnmanagedImage image,
	int channel
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
channel
Type: SystemInt32
See Also