Start » Filter Reference » OpenCV » Histogram » cvCalcBackProject
Module: | OpenCV |
---|
Calculates array histogram. This function perform cvCalcHist inside.
Name | Type | Range | Description | |
---|---|---|---|---|
inImages | ImageArray | |||
inChannels | IntegerArray | |||
inDomainBegin | RealArray | |||
inBinSize | RealArray | |||
inBinCount | IntegerArray | |||
inScale | Real | 0.0 - | ||
outImage | Image | Output image |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | All arrays must have equal size in cvCalcBackProject |
Complexity Level
This filter is available on Basic Complexity Level.