fixed bug in gpu::remap under win32

This commit is contained in:
Vladislav Vinogradov
2011-09-06 13:42:50 +00:00
parent ca8c5b633c
commit df9f707ff0
3 changed files with 43 additions and 17 deletions

View File

@@ -80,7 +80,7 @@ TEST(remap)
gpu::GpuMat d_src, d_dst, d_xmap, d_ymap;
int interpolation = INTER_LINEAR;
int borderMode = BORDER_CONSTANT;
int borderMode = BORDER_REPLICATE;
for (int size = 1000; size <= 4000; size *= 2)
{