CvCalcArrHist Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberCalcArrHist(CvArr, CvHistogram)
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.
Public methodStatic memberCalcArrHist(CvArr, CvHistogram)
Calculates the histogram of single-channel images. The elements of a tuple that is used to increment a histogram bin are taken at the same location from the corresponding input images.
Public methodStatic memberCalcArrHist(CvArr, CvHistogram, Boolean)
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.
Public methodStatic memberCalcArrHist(CvArr, CvHistogram, Boolean)
Calculates the histogram of single-channel images. The elements of a tuple that is used to increment a histogram bin are taken at the same location from the corresponding input images.
Public methodStatic memberCalcArrHist(CvArr, CvHistogram, Boolean, CvArr)
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.
Public methodStatic memberCalcArrHist(CvArr, CvHistogram, Boolean, CvArr)
Calculates the histogram of single-channel images. The elements of a tuple that is used to increment a histogram bin are taken at the same location from the corresponding input images.
Top
See Also

Reference