PRODUCTS
Products Overview
Mathematica
Mathematica Student Edition
Mathematica Home Edition
Wolfram
CDF Player
(free download)
Computable Document Format (CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Wolfram
SystemModeler
Wolfram
Finance Platform
Mathematica
Add-Ons
Wolfram|Alpha Products
SOLUTIONS
Solutions Overview
Engineering
Aerospace Engineering & Defense
Chemical Engineering
Control Systems
Electrical Engineering
Image Processing
Industrial Engineering
Materials Science
Mechanical Engineering
Operations Research
Optics
Petroleum Engineering
Biotechnology & Medicine
Bioinformatics
Medical Imaging
Finance, Statistics & Business Analysis
Actuarial Sciences
Data Analysis & Mining
Econometrics
Economics
Financial Engineering & Mathematics
Financial Risk Management
Statistics
Software Engineering & Content Delivery
Authoring & Publishing
Interface Development
Software Engineering
Web Development
Science
Astronomy
Biological Sciences
Chemistry
Environmental Sciences
Geosciences
Social & Behavioral Sciences
Design, Arts & Entertainment
Game Design, Special Effects & Generative Art
Education
STEM Education Initiative
Higher Education
Community & Technical College Education
Primary & Secondary Education
Students
Technology
Computable Document Format (CDF)
High-Performance & Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
Merchandise
SUPPORT
Support Overview
Mathematica
Documentation
Knowledge Base
Learning Center
Technical Services
Community & Forums
Training
Does My Site Have a License?
Wolfram User Portal
COMPANY
About Wolfram Research
News
Events
Wolfram Blog
Partnerships
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
All Sites
Wolfram|Alpha
Demonstrations Project
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
CUDALink
>
CUDALINK SYMBOL
CUDALink User Guide
CUDALink Functions: Image Processing
Tutorials »
|
CUDAImageConvolve
BoxMatrix
CUDAErosion
CUDADilation
CUDAImageAdd
See Also »
|
CUDALink
More About »
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
.
MORE INFORMATION
The
CUDALink
application must be loaded using
Needs
.
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
EXAMPLES
CLOSE ALL
Basic Examples
(3)
First, load the
CUDALink
application:
This performs a mean filter:
This finds the sum of values in a neighborhood of a list:
on a graphics object will automatically rasterize the graphic:
First, load the
CUDALink
application:
In[1]:=
This performs a mean filter:
In[2]:=
Out[2]=
This finds the sum of values in a neighborhood of a list:
In[1]:=
Out[1]//MatrixForm=
on a graphics object will automatically rasterize the graphic:
In[1]:=
Out[1]=
Applications
(1)
on the same image approximates a Gaussian filter:
SEE ALSO
CUDAImageConvolve
BoxMatrix
CUDAErosion
CUDADilation
CUDAImageAdd
TUTORIALS
CUDALink
User Guide
CUDALink
Functions: Image Processing
MORE ABOUT
CUDALink