Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » OpenCV » Miscellaneous Image Transformations » cvIntegral

cvIntegral


Module: OpenCV

Calculates the integral of an image.

Name Type Description
inImage Image Input image.
inSDepth Integer Desired depth of the integral and tilted integral images.
outSum Image Integral image.
outSqsum Image Integral image for squared pixel values.
outTilted Image Integral for the image rotated by 45 degrees.

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 Input image must have pixel's type UINT8 or REAL in cvIntegral.

Complexity Level

This filter is available on Basic Complexity Level.