> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageDocument オブジェクトの SmoothTexture メソッド

> ABBYY FineReader Engine API における ImageDocument オブジェクトの SmoothTexture メソッド — 鮮明なエッジを保ったまま、非線形フィルターで画像を平滑化します。テクスチャを含む画像に有効です。各辺が 3 ピクセル以上のグレースケール画像およびカラー画像でのみ使用できます。

このメソッドは、鮮明なエッジを保持しながら、非線形フィルターを使用して画像を平滑化します。テクスチャを含む画像に有効です。

<Warning>
  このメソッドは、各辺が 3 ピクセル以上のグレースケール画像およびカラー画像に対してのみ使用できます。
</Warning>

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT SmoothTexture();
```

### C\#

```csharp theme={null}
void SmoothTexture();
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Sub SmoothTexture()
```

<div id="return-values">
  ## 戻り値
</div>

このメソッド固有の戻り値はありません。[ABBYY FineReader Engine 関数の標準戻り値](/ja/fine-reader/engine/api-reference/return-codes)が返されます。

<div id="see-also">
  ## 関連項目
</div>

[ImageDocument](/ja/fine-reader/engine/api-reference/image-related-objects/imagedocument)
