Back to FabImage 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
Input value inImage Image Input image.
Input value inSDepth Integer Desired depth of the integral and tilted integral images.
Output value outSum Image Integral image.
Output value outSqsum Image Integral image for squared pixel values.
Output value 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.