Back to Aurora Vision Studio website

You are here: Start » Filter Reference » OpenCV » Motion Analysis and Object Tracking » cvCamShift

cvCamShift


Module: OpenCV

Finds an moving object center, size, and orientation.

Name Type Description
Input value inImage Image Back projection of the object histogram.
Input value inWindow Box
Input value inMaxCount Integer*
Input value inMaxEps Real*
Output value outRect Path

Requirements

For input inImage only pixel formats are supported: 1⨯uint8.

Read more about pixel formats in Image documentation.

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 One of inMaxEps and inMaxCount must be set in cvCamShift.
DomainError Not supported inImage pixel format in AvsFilter_cvCamShift. Supported formats: 1xUInt8.

Complexity Level

This filter is available on Basic Complexity Level.