书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 502 个相关结果.
  • rotate

    rotate 参数 返回 代码示例 rotate paddle.vision.transforms.rotate ( img, angle, resample=False, expand=False, center=None, fill=0 ) [源代码] 按角度旋转图像。 参数 img (PIL.Image|numpy.nda...
  • resize

    resize 参数 返回 代码示例 resize paddle.vision.transforms.resize ( img, size, interpolation=’bilinear’ ) [源代码] 将输入数据调整为指定大小。 参数 img (numpy.ndarray) - 输入数据,可以是(H, W, C)形状的图像或...
  • 教程

    教程 使用 Image 类 图片的读写操作 把图片的格式转换为 JPEG 生成 JPEG 缩略图 识别图片文件 裁剪, 粘贴 和 合成图片 从图像中拷贝出子矩形 在原图像中处理子矩形 翻转图像 分割与合并波段 几何变换 简单的几何变换 旋转图像 色彩转换 模式转换 图像效果增强 滤镜 使用滤镜 浮点运算 使用浮点运算 处理...
  • MNIST

    MNIST 参数 返回 代码示例 使用本API的教程文档 MNIST class paddle.vision.datasets. MNIST [源代码] MNIST 数据集 参数 image_path (str) - 图像文件路径,如果 download 参数设置为 True , image_path 参数可以设置为 N...
  • RandomResizedCrop

    RandomResizedCrop 参数 返回 代码示例 RandomResizedCrop class paddle.vision.transforms.RandomResizedCrop ( size, scale=(0.08, 1.0), ratio=(3. / 4, 4. / 3), interpolation=’bilinear’,...
  • ImageDraw Module

    ImageDraw Module Example: Draw a gray cross over an image Concepts Coordinates Colors Color Names Fonts Example: Draw Partial Opacity Text Functions Methods ImageDraw ...
  • rotate

    rotate 参数 返回 代码示例 rotate paddle.vision.transforms. rotate ( img, angle, resample=False, expand=False, center=None, fill=0 ) [源代码] 按角度旋转图像。 参数 img (PIL.Image|numpy.nda...
  • 6.0.0

    6.0.0 Backwards Incompatible Changes Python 3.4 dropped Removed deprecated PIL.OleFileIO Removed deprecated ImageOps functions Removed deprecated VERSION API Changes Deprecati...
  • 其它的可能性

    其它的可能性 其它的可能性 使用 Python 可以生成许多其它类型的内容,下面介绍的是一些其它的想法和一些可以用以实现它们的库。 Here are a few more ideas and some pointers to libraries you could use to implement them: ZIP 文件 :Python 标准库中...
  • RandomResizedCrop

    RandomResizedCrop 参数 返回 代码示例 RandomResizedCrop class paddle.vision.transforms. RandomResizedCrop ( size, scale=(0.08, 1.0), ratio=(3. / 4, 4. / 3), interpolation=’bilinear’,...