ImageTransformation
ImageTransformation[image,f]
给出一个图像,其在位置 p 的每个像素对应于 image 中 function[p] 的位置.
ImageTransformation[image,f,size]
给出指定大小的图像.
ImageTransformation[video,…]
变换视频的帧.
更多信息和选项
- ImageTransformation[image,f] 亦称为后向变换,其中,输出图像中位置 {x,y} 处的像素值是从输入 image 中的位置 f[{x,y}] 处获得的.
- 转换函数 f 可为以下函数:
-
f 任意函数 f TransformationFunction[…] 转换函数 - 对于视频输入,变换函数也可以是时间的函数(以秒为单位,从开头计). 函数返回一个帧,其中,时间 t 和位置 p 处的每个像素对应于位置 f[t][p].
- ImageTransformation 可以用于任意三维和二维图像.
- 以下为 size 的可用设定:
-
Automatic 自动确定图像的大小 All 与输入图像的大小相同 width 给定 width,自动确定高度 {width,height} 给定 width 和 height {width,depth,height} 给定三维中的 width、depth 和 height - 关于 width、depth 和 height 的可用规范,可到参考文档中查看 ImageResize.
- 在二维空间中,输入图像的坐标系统范围被假设为 ,其中 是宽高比. 默认情况下,图像的左下角对应于坐标 .
- 在三维空间中,输入图像的坐标系统范围假定为 ,其中 是图像尺寸. 默认情况下,图像的左下前角对应于坐标 .
- 其他坐标系统可使用设置 DataRange 选项指定.
- ImageTransformation 可以采用以下选项:
-
Background 0 使用的背景颜色 DataRange Automatic 原始图像中的坐标范围 Masking Full 需要变换的感兴趣区域 Padding 0 填充方法 PlotRange Automatic 所得图像中的坐标范围 Resampling Automatic 重采样方法 - 默认情况下,ImageTransformation 返回具有输入图像的宽高比的图像.
- DataRange 的典型设置包括:
-
Automatic 二维空间中的 ,三维空间中的 Full 二维空间中的 ,三维空间中的 {{left,right},{bottom,top}} 二维空间中的显式坐标范围 {{left,right},{front,back},{bottom,top}} 三维空间中的显式坐标范围 - 所得图像的坐标系使用 PlotRange 选项指定. 典型设置包括:
-
Automatic 与 DataRange 设置相同 All 尝试包含所有变换后的像素 Full 与输入图像相同范围 {{left,right},…} 显式坐标范围 - 在 ImageTransformation[image,f] 中,生成图像的像素尺寸是基于 image 的尺寸和 PlotRange 与 DataRange 的比例.
- Masking 选项可以是以下任何之一:
-
All 只是输入图像 Full 输入图像和填充 mask 任何遮罩图像
范例
打开所有单元关闭所有单元范围 (13)
转换 (7)
使用 TransformationFunction 指定转换:
大小 (2)
选项 (7)
DataRange (2)
Masking (1)
PlotRange (1)
Padding (1)
应用 (6)
Wolfram Research (2010),ImageTransformation,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageTransformation.html (更新于 2021 年).
文本
Wolfram Research (2010),ImageTransformation,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ImageTransformation.html (更新于 2021 年).
CMS
Wolfram 语言. 2010. "ImageTransformation." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2021. https://reference.wolfram.com/language/ref/ImageTransformation.html.
APA
Wolfram 语言. (2010). ImageTransformation. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ImageTransformation.html 年