mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
This commit is contained in:
@@ -418,8 +418,8 @@ namespace cvtest
|
||||
|
||||
if (dist < maxPtDif &&
|
||||
fabs(p1.size - p2.size) < maxSizeDif &&
|
||||
abs(p1.angle - p2.angle) < maxAngleDif &&
|
||||
abs(p1.response - p2.response) < maxResponseDif &&
|
||||
std::abs(p1.angle - p2.angle) < maxAngleDif &&
|
||||
std::abs(p1.response - p2.response) < maxResponseDif &&
|
||||
p1.octave == p2.octave &&
|
||||
p1.class_id == p2.class_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user