Fixed discrepancy between SSE and regular baranches in FREAK
This commit is contained in:
@@ -150,7 +150,7 @@ static void updateContinuityFlag(Mat& m)
|
||||
break;
|
||||
}
|
||||
|
||||
int64 t = (int64)m.step[0]*m.size[0];
|
||||
uint64 t = (uint64)m.step[0]*m.size[0];
|
||||
if( j <= i && t == (size_t)t )
|
||||
m.flags |= Mat::CONTINUOUS_FLAG;
|
||||
else
|
||||
|
Reference in New Issue
Block a user