搜索资源列表
CLConvolution
- 分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。 -Analysis of how to create a simple 7x7 filter is applied to all Ope
filter
- 使用不同的核进行图像的二维滤波。包括Smooth(实现图像平滑)与Filter2D(对图像做卷积运算)-Using different nuclei of the two-dimensional filtering of the image. Smooth (image smoothing) Filter2D (image convolution operation)