|
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
)
Protected Sub New (
width As Integer,
height As Integer,
computeTilted As Boolean
)
Request Example
View SourceParameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- computeTilted
- Type: SystemBoolean
See Also