图像表示
主题概览 »Wolfram 语言的符号体系允许图像在程序和文档方面具有独特的表示和处理方法. Wolfram 语言支持具有任意通道和颜色深度的图像以及具有明确指定或自动选择的全部内部数据类型.
ImageQ — 测试表达式是否是图像
图像属性
ImageMeasurements — 返回图像的指定属性
ImageType — 图像的数据类型("Bit", "Byte", "Bit16", "Real32", "Real164")
ImageData — 图像光栅数据的数组
ImageColorSpace ▪ ImageChannels ▪ ImageDimensions ▪ ImageAspectRatio
ImageValue, PixelValue — 指定位置的像素值
ImageValuePositions, PixelValuePositions — 指定像素值的位置
ImageAccumulate — 给出积分图像
Image3DSlices — 给出三维图像的二维图像片段
ConformImages — 给出具有符合属性的图像列表
图像选项
Options — 找出图像的选项
ColorSpace — 在哪个着色空间解释通道值("RGB", "CMYK", etc.)
Interleaving — 数据阵列是否交错通道
MetaInformation — 任意和图像一起导入和导出的元数据
ImageSize ▪ Magnification ▪ ImageResolution
颜色处理 »
ImageHistogram — 通道的柱状图
FindThreshold — 划分强度层的全局阈值
DominantColors — 查找主导颜色列表
ImageCooccurrence — 图像像素强度的共生矩阵
BinaryImageQ ▪ Binarize ▪ ImageLevels ▪ ...
ColorConvert — 颜色空间之间的转化
AlphaChannel ▪ ColorSeparate ▪ ColorCombine
动态查看器
DynamicImage — 显示图像、文件或 URL 的动态视图
图像分解
KarhunenLoeveDecomposition ▪ PrincipalComponents