该模块提供图像处理功能;目前支持YIQ空间的色度变换(包括饱和度和色调的变化)和投影变换(包括旋转)。
- Image Transformation
Ops
- Image Segmentation
Ops
- Matching
Ops
- Random Dot Stereogram
Ops
函数:
- angles_to_projective_transforms(…):返回给定角度的射影变换。
- bipartite_match(…):根据给定的距离矩阵查找二部匹配。
- compose_transforms(…):合成转换张量。
- connected_components(…):在一批图像中标记连接的组件。
- dense_image_warp(…):使用每个像素的流向量进行图像变换。
- flat_transforms_to_matrices (…): tf.contrib转换。图像射影变换到仿射矩阵。
-
interpolate_spline
(…):使用多谐插值对信号进行插值。 - matrices_to_flat_transforms(…):将仿射矩阵转换为tf.contrib。图像射影变换。
-
transform
(…):以弧度为单位,逆时针旋转图像(s)。 - single_image_random_dot_stereograms(…):输出一个randomdot立体图张量,通过encode_PNG/JPG OP导出。
- sparse_image_warp(…):使用稀疏控制点之间的对应进行图像翘曲。
- transform(…):将给定的变换应用于图像。
- translate(…):通过所传递的向量平移图像(s)。
- translations_to_projective_transforms(…):返回给定翻译的投影变换。