|
SOLUTIONS
|
CUDALINK SYMBOL
CUDAImageSubtract
subtracts an amount x from each channel value in img.
![]()
subtracts an amount x from each channel value in mem.
![]()
gives an image in which each pixel is the difference of the corresponding pixels in
and
.
![]()
gives a CUDAMemory in which each pixel is the difference of the corresponding pixels in
and
.
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 ImageSubtract[image1, val].- The image returned by
has the same dimensions as image. - If
is a single-channel image, each channel of
is subtracted by
in
. - In
, the number x is normally in the range 0 to 1.
gives an image with the same underlying data type as image, clipping or truncating values if necessary.
gives an image with the type of
, clipping or truncating values if necessary.- The following options can be given:
-
"Device" Automatic device used for CUDA computation "OutputMemory" None CUDAMemory where output is stored
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




