图像处理工具

配置文件: packages/image_processing_tools.json 工具类型: 本地 工具数量: 3

此页面包含在``image_processing_tools.json``配置文件中定义的所有工具。

可用工具

**get_albumentations_info**(类型:PackageTool)

获取有关 albumentations 包的信息。快速图像增强库

get_albumentations_info 工具规范

工具信息:

  • 名称: get_albumentations_info

  • 类型: PackageTool

  • 描述:获取有关 albumentations 包的信息。高效的图像增强库

参数:

无需参数。

示例用法:

query = {
    "name": "get_albumentations_info",
    "arguments": {
    }
}
result = tu.run(query)

**get_imageio_info**(类型:PackageTool)

获取有关 imageio 软件包的信息。Python 库,用于读取和写入图像数据。

get_imageio_info 工具规范

工具信息:

  • 名称: get_imageio_info

  • 类型: PackageTool

  • 描述:获取有关 imageio 包的信息。Python 库用于读取和写入图像数据

参数:

无需参数。

示例用法:

query = {
    "name": "get_imageio_info",
    "arguments": {
    }
}
result = tu.run(query)

**get_pillow_info**(类型:PackageTool)

获取有关 Pillow 包的信息。Python Imaging Library 的分支版本

get_pillow_info 工具规格说明

工具信息:

  • 名称get_pillow_info

  • 类型: PackageTool

  • 描述:获取有关 Pillow 包的信息。Python Imaging Library 的分支版本

参数:

无需参数。

示例用法:

query = {
    "name": "get_pillow_info",
    "arguments": {
    }
}
result = tu.run(query)