1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #23487 from Gaotianhong:4.x

fix warning in pointPolygonTest
This commit is contained in:
Alexander Smorkalov
2023-04-13 13:52:43 +03:00
committed by GitHub
-1
View File
@@ -146,7 +146,6 @@ double cv::pointPolygonTest( InputArray _contour, Point2f pt, bool measureDist )
else
{
Point2f v0, v;
Point iv;
if( is_float )
{