fixed bug with prefilter_xsobel preset.

This commit is contained in:
Anatoly Baksheev
2010-12-13 13:42:35 +00:00
parent e193fa1165
commit 070d87fb7f
3 changed files with 53 additions and 2 deletions

View File

@@ -390,7 +390,6 @@ extern "C" __global__ void prefilter_kernel(DevMem2D output, int prefilterCap)
}
}
extern "C" void prefilter_xsobel(const DevMem2D& input, const DevMem2D& output, int prefilterCap, cudaStream_t & stream)
{
cudaChannelFormatDesc desc = cudaCreateChannelDesc<unsigned char>();