|
SOLUTIONS
|
CUDALINK 符号
CUDAImageConvolve
gives the convolution of img with kern.
![]()
gives the convolution of list with kern.
![]()
gives the convolution of mem with kern.
更多信息更多信息
- The CUDALink application must be loaded using Needs["CUDALink`"].
works with binary, grayscale, and other images.
works with CUDAMemory and lists.
is equivalent to ImageConvolve[image, kern].- If multiple image channels are present,
operates on each of them separately. - The following options can be given:
-
"Device" Automatic device used for CUDA computation Padding "Fixed" value used on boundary "OutputMemory" None CUDAMemory where output is stored
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »





