Start » Filter Reference » OpenCV » Structural Analysis and Shape Descriptors » cvIntersectConvexConvex
Module: | OpenCV |
---|
Finds intersection of two convex polygons.
Name | Type | Description | |
---|---|---|---|
inPolygon1 | Path | ||
inPolygon2 | Path | ||
inHandleNested | Bool | ||
outIntersect | Path |
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 polygons must be closed in cvIntersectConvexConvex. |
Complexity Level
This filter is available on Basic Complexity Level.