mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
fixed building BRISK on Windows
This commit is contained in:
parent
3ca0cc2253
commit
014106783d
File diff suppressed because it is too large
Load Diff
@ -1314,7 +1314,7 @@ public:
|
||||
ssize.width *= cn;
|
||||
int dy, dx, k = 0;
|
||||
|
||||
VecOp vop(scale_x, scale_y, src.channels(), src.step/*, area_ofs*/);
|
||||
VecOp vop(scale_x, scale_y, src.channels(), (int)src.step/*, area_ofs*/);
|
||||
|
||||
for( dy = range.start; dy < range.end; dy++ )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user