mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
fix warning in pointPolygonTest
This commit is contained in:
parent
24387c25db
commit
f1dbc7d724
@ -146,7 +146,6 @@ double cv::pointPolygonTest( InputArray _contour, Point2f pt, bool measureDist )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
Point2f v0, v;
|
Point2f v0, v;
|
||||||
Point iv;
|
|
||||||
|
|
||||||
if( is_float )
|
if( is_float )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user