Create

Create(string)

从文件创建图像以进行搜索。

public static SearchImage Create(string filePath)
范围 类型 描述
filePath String 图片文件路径。

返回值

要搜索的图像。

也可以看看


Create(string, int)

从文件创建图像以进行搜索。

public static SearchImage Create(string filePath, int imageIndex)
范围 类型 描述
filePath String 图片文件路径。
imageIndex Int32 多页图像中的图像索引。

返回值

要搜索的图像。

也可以看看


Create(Stream)

从流中创建图像以进行搜索。

public static SearchImage Create(Stream stream)
范围 类型 描述
stream Stream 图像流。

返回值

要搜索的图像。

也可以看看


Create(Stream, int)

从流中创建图像以进行搜索。

public static SearchImage Create(Stream stream, int imageIndex)
范围 类型 描述
stream Stream 图像流。
imageIndex Int32 多页图像中的图像索引。

返回值

要搜索的图像。

也可以看看