Commit 01410678 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed building BRISK on Windows

parent 3ca0cc22
This diff is collapsed.
......@@ -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++ )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment