CUDABoxFilter[img,r]
gives the box filter of img with radius r.
CUDABoxFilter[list,r]
gives the box filter of list with radius r.
CUDABoxFilter[mem,r]
gives the box filter of mem with radius r.
CUDABoxFilter
CUDABoxFilter[img,r]
gives the box filter of img with radius r.
CUDABoxFilter[list,r]
gives the box filter of list with radius r.
CUDABoxFilter[mem,r]
gives the box filter of mem with radius r.
更多信息和选项
- The CUDALink application must be loaded using Needs["CUDALink`"].
- CUDABoxFilter works with binary, grayscale, and other images.
- CUDABoxFilter works with CUDAMemory and lists.
- CUDABoxFilter[image,r] is equivalent to CUDAImageConvolve[image,BoxMatrix[r]].
- If multiple image channels are present, CUDABoxFilter 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
范例
打开所有单元 关闭所有单元基本范例 (3)
First, load the CUDALink application:
Needs["CUDALink`"]CUDABoxFilter[[image], 1, 3]This finds the sum of values in a neighborhood of a list:
CUDABoxFilter[BoxMatrix[5], 1]//MatrixFormCUDABoxFilter on a graphics object will automatically rasterize the graphic:
CUDABoxFilter[[image], 3, 7]相关指南
-
▪
- CUDALink
文本
Wolfram Research (2010),CUDABoxFilter,Wolfram 语言函数,https://reference.wolfram.com/language/CUDALink/ref/CUDABoxFilter.html.
CMS
Wolfram 语言. 2010. "CUDABoxFilter." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/CUDALink/ref/CUDABoxFilter.html.
APA
Wolfram 语言. (2010). CUDABoxFilter. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/CUDALink/ref/CUDABoxFilter.html 年
BibTeX
@misc{reference.wolfram_2026_cudaboxfilter, author="Wolfram Research", title="{CUDABoxFilter}", year="2010", howpublished="\url{https://reference.wolfram.com/language/CUDALink/ref/CUDABoxFilter.html}", note=[Accessed: 17-July-2026]}
BibLaTeX
@online{reference.wolfram_2026_cudaboxfilter, organization={Wolfram Research}, title={CUDABoxFilter}, year={2010}, url={https://reference.wolfram.com/language/CUDALink/ref/CUDABoxFilter.html}, note=[Accessed: 17-July-2026]}