http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Calculates integral images for the source image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Integral( out Image<TColor, double> sum, out Image<TColor, double> squareSum ) |
Visual Basic |
---|
Public Sub Integral ( _ <OutAttribute> ByRef sum As Image(Of TColor, Double), _ <OutAttribute> ByRef squareSum As Image(Of TColor, Double) _ ) |
Visual C++ |
---|
public: void Integral( [OutAttribute] Image<TColor, double>^% sum, [OutAttribute] Image<TColor, double>^% squareSum ) |
Parameters
- sum
- Type: Emgu.CV..::..Image<(Of <(<'TColor, Double>)>)>%
The integral image
- squareSum
- Type: Emgu.CV..::..Image<(Of <(<'TColor, Double>)>)>%
The integral image for squared pixel values