ImageAccumulate

ImageAccumulate[image]

给出图像,其中每个像素表示 image 中该像素下方和左边的所有像素之和.

更多信息和选项

范例

打开所有单元关闭所有单元

基本范例  (2)

计算图像的累积区域:

三维图像的累积区域:

选项  (1)

Method  (1)

默认方法很快,但是可能会有计算假像:

使用 Method->"CompensatedSummation" 来获取更准确的结果:

应用  (1)

在 SURF 关键点检测器中使用 9X9 框滤波器求 Hessian 的判别式的近似:

可视化对每个像素求值所得的函数:

在 Hessian 矩阵的判别式中,求峰值的位置:

属性和关系  (1)

在向上的矩形中的累积像素值,其中矩形由左下角和右上角定义:

使用左下角和宽度以及高度,定义向上的矩形区域:

相应子图像的累积像素值产生相同结果:

从原始图像提取的累积像素值:

Wolfram Research (2012),ImageAccumulate,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageAccumulate.html (更新于 2014 年).

文本

Wolfram Research (2012),ImageAccumulate,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageAccumulate.html (更新于 2014 年).

CMS

Wolfram 语言. 2012. "ImageAccumulate." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2014. https://reference.wolfram.com/language/ref/ImageAccumulate.html.

APA

Wolfram 语言. (2012). ImageAccumulate. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ImageAccumulate.html 年

BibTeX

@misc{reference.wolfram_2024_imageaccumulate, author="Wolfram Research", title="{ImageAccumulate}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/ImageAccumulate.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_imageaccumulate, organization={Wolfram Research}, title={ImageAccumulate}, year={2014}, url={https://reference.wolfram.com/language/ref/ImageAccumulate.html}, note=[Accessed: 18-November-2024 ]}