Cv2PointPolygonTest Method |
Name | Description | |
---|---|---|
PointPolygonTest(InputArray, Point2f, Boolean) |
Checks if the point is inside the contour. Optionally computes the signed distance from the point to the contour boundary
| |
PointPolygonTest(IEnumerablePoint, Point2f, Boolean) |
Checks if the point is inside the contour. Optionally computes the signed distance from the point to the contour boundary
| |
PointPolygonTest(IEnumerablePoint2f, Point2f, Boolean) |
Checks if the point is inside the contour.
Optionally computes the signed distance from the point to the contour boundary.
|