Click or drag to resize
Accord.NET (logo)

IntegralImage2 Constructor

Constructs a new Integral image of the given size.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected IntegralImage2(
	int width,
	int height,
	bool computeTilted
)
Request Example View Source

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
computeTilted
Type: SystemBoolean
See Also