ImageTColor, TDepthIntegral Method |
http://www.emgu.com
Calculates integral images for the source image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Image<TColor, double> Integral()
Public Function Integral As Image(Of TColor, Double)
public:
Image<TColor, double>^ Integral()
member Integral : unit -> Image<'TColor, float>
Return Value
Type:
ImageTColor,
DoubleThe integral image
See Also