Start » Filter Reference » OpenCV » Motion Analysis and Object Tracking » cvCamShift
Module: | OpenCV |
---|
Finds an moving object center, size, and orientation.
Name | Type | Description | |
---|---|---|---|
inImage | Image | Back projection of the object histogram. | |
inWindow | Box | ||
inMaxCount | Integer* | ||
inMaxEps | Real* | ||
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.