Calculates the histogram of one single-channel image. 
            The elements of a tuple that is used to increment a histogram bin are taken at the same location from the corresponding input images.
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- image
 - Type: OpenCvSharpIplImage
Source image. 
See Also