1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Changed restrictions for OpenVX HAL calls on small images

This commit is contained in:
Vitaly Tuzov
2017-03-29 09:01:40 +03:00
parent bf62dca45a
commit 0f1a56da7c
3 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -234,8 +234,8 @@ namespace cv
border = VX_BORDER_CONSTANT;
break;
case BORDER_REPLICATE:
border = VX_BORDER_REPLICATE;
break;
// border = VX_BORDER_REPLICATE;
// break;
default:
return false;
}