fixed and updated gpu implementation of separable liner filters
authorVladislav Vinogradov <no@email>
Wed, 15 Feb 2012 12:05:59 +0000 (12:05 +0000)
committerVladislav Vinogradov <no@email>
Wed, 15 Feb 2012 12:05:59 +0000 (12:05 +0000)
commit5af529c1bd9662dca3f35eb27ddb1c5599e70833
treeb50cf993f80c9c1a295024613df0e0fbcb7c236d
parentb96a556fff9710f2aeea82c234280818e6382a16
fixed and updated gpu implementation of separable liner filters
now it supports kernel's size up to 32
modules/gpu/perf/perf_filters.cpp
modules/gpu/src/cuda/column_filter.cu
modules/gpu/src/cuda/row_filter.cu
modules/gpu/src/filtering.cpp
modules/gpu/test/test_filters.cpp