spatialGradient: HAL-accelerated

TODO: Make nosse ver faster than Sobel
      Make sse ver faster than Sobel for BORDER_REPLICATE
This commit is contained in:
Seon-Wook Park
2015-06-26 16:41:00 +02:00
parent 6803d1ed28
commit 7b01e32fe8
2 changed files with 128 additions and 63 deletions

View File

@@ -14,7 +14,7 @@ PERF_TEST_P( Size_Ksize_BorderType, spatialGradient,
Combine(
SZ_ALL_HD,
Values( 3 ),
Values( BORDER_DEFAULT )
Values( BORDER_DEFAULT, BORDER_REPLICATE )
)
)
{