mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
fix warning in pointPolygonTest
This commit is contained in:
@@ -146,7 +146,6 @@ double cv::pointPolygonTest( InputArray _contour, Point2f pt, bool measureDist )
|
||||
else
|
||||
{
|
||||
Point2f v0, v;
|
||||
Point iv;
|
||||
|
||||
if( is_float )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user