Calculates one or more integral images for the source image
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Public Sub Integral ( _ <OutAttribute> ByRef sum As Image(Of TColor, Double), _ <OutAttribute> ByRef squareSum As Image(Of TColor, Double), _ <OutAttribute> ByRef titledSum As Image(Of TColor, Double) _ )
public: void Integral( [OutAttribute] Image<TColor, double>^% sum, [OutAttribute] Image<TColor, double>^% squareSum, [OutAttribute] Image<TColor, double>^% titledSum )