Start » Filter Reference » OpenCV » Motion Analysis and Object Tracking » cvAccumulate
Module: | OpenCV |
---|
Adds image to the accumulator.
Name | Type | Description | |
---|---|---|---|
inSrc | Image | Input image. | |
inDst | Image | Accumulator image with the same number of channels as input image and REAL pixel type. | |
inMask | Region* | Operation mask; | |
outDst | 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 | inDst image must have the same number of channels as inSrc and must be REAL type in cvAccumulate. |
DomainError | inSrc image must be 1- or 3-channel and UINT8 or REAL type in cvAccumulate. |
Complexity Level
This filter is available on Basic Complexity Level.