PhotoShop Plug-in Filter CUDA 版

| | 0 Comments| 18:29
Categories:

來自 nVidia 論壇的公告:Beta Photoshop CS3 Plug-in filters

重點就是:nVidia 釋出了第一個 CUDA 的 PhotoShop plun-in 的 beta 版!

相關資訊,主要在他的文件中:http://developer.download.nvidia.com/compute/cuda/Photoshop/CUDAFilters4.pdf

未命名 -2重點呢,他提供了四個 filter:

  1. InvertFilter:
    A basic filter that inverts color channels, used as a simple example of CUDA image processing
  2. AutoLevelsFilter:
    A histogram normalization filter, demonstrating how to use more advanced techniques with CUDA (such as creating histograms)
  3. knnFilter:
    A k nearest neighbor denoising algorithm.
  4. LRDeconvFilter: A GPU implementation of a Lucy-Richardson deconvolution that demonstrates frequency domain processing on the GPU using the CUDA FFT libraries in the filter.

他不但提供了編譯好的 PhotoShop filter 的 8BF 檔案,也提供 Source code!
http://developer.download.nvidia.com/compute/cuda/Photoshop/cudaFilters_02.zip

如此一來,應該也可以成為一般人想要用 CUDA 寫 PhotoShop filter 的一個參考範本了∼

而雖然他是寫 CS3 版,但是 Heresy 這邊用 PhotoShop CS 來做試驗,也是可以使用的!不過,由於既是 Beta 又只是 Demo,其實也沒選項可以調,就是按下去就執行就是了。 ^^"

做了一些簡單的測試,原圖是:

lena_std

結果:

lena_std_autolevel
Autolevel
lena_std_deconv
LRDeconvFilter
lena_std_invert
Invert
lena_std_KNN
knnFilter

原始發表:PhotoShop Plug-in Filter CUDA 版

1 thought on “PhotoShop Plug-in Filter CUDA 版”

Leave a Reply

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *