fix warning in pointPolygonTest

pull/23487/head
Gaotianhong 2 years ago
parent 24387c25db
commit f1dbc7d724
  1. 1
      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 )
{

Loading…
Cancel
Save