http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Project the images to the histogram bins
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Calculate( IImage[] imgs, bool accumulate, Image<Gray, byte> mask ) |
Visual Basic |
---|
Public Sub Calculate ( _ imgs As IImage(), _ accumulate As Boolean, _ mask As Image(Of Gray, Byte) _ ) |
Visual C++ |
---|
public: void Calculate( array<IImage^>^ imgs, bool accumulate, Image<Gray, unsigned char>^ mask ) |
Parameters
- imgs
- Type: array<Emgu.CV..::..IImage>[]()[][]
images to project
- accumulate
- Type: System..::..Boolean
If it is true, the histogram is not cleared in the beginning. This feature allows user to compute a single histogram from several images, or to update the histogram online.
- mask
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
Can be null if not needed. The operation mask, determines what pixels of the source images are counted