fixed building BRISK on Windows

This commit is contained in:
Vadim Pisarevsky 2012-08-30 17:32:47 +04:00
parent 3ca0cc2253
commit 014106783d
2 changed files with 542 additions and 556 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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++ )
{