Project the matrices to the histogram bins
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public: generic<typename TDepth> where TDepth : gcnew() void Calculate( array<Matrix<TDepth>^>^ matrices, bool accumulate, Matrix<unsigned char>^ mask )
Parameters
- matrices
- array<Matrix<(Of <(<'TDepth>)>)>>[]()[][]
Matrices to project
- accumulate
- 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.
Type Parameters
- TDepth
- The type of depth of the image