From f1dbc7d72424e0397a22b976fd74dc71b153672b Mon Sep 17 00:00:00 2001 From: Gaotianhong <865490109@qq.com> Date: Thu, 13 Apr 2023 13:13:27 +0800 Subject: [PATCH] fix warning in pointPolygonTest --- modules/imgproc/src/geometry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/imgproc/src/geometry.cpp b/modules/imgproc/src/geometry.cpp index 332cc5d477..701c3a647f 100644 --- a/modules/imgproc/src/geometry.cpp +++ b/modules/imgproc/src/geometry.cpp @@ -146,7 +146,6 @@ double cv::pointPolygonTest( InputArray _contour, Point2f pt, bool measureDist ) else { Point2f v0, v; - Point iv; if( is_float ) {