|
SOLUTIONS
|
CUDALINK SYMBOL
CUDABoxFilter
gives the box filter of img with radius r.
![]()
gives the box filter of list with radius r.
![]()
gives the box filter of mem with radius r.
DetailsDetails
- The CUDALink application must be loaded using Needs["CUDALink`"].
works with binary, grayscale, and other images.
works with CUDAMemory and lists.
is equivalent to CUDAImageConvolve[image, BoxMatrix[r]].- 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 »





