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

# Morphology - ComfyUI Built-in Node Documentation

> Complete documentation for the Morphology node in ComfyUI. Learn its inputs, outputs, parameters and usage.

以下が翻訳結果です。

## 概要 形態変換ノードは、画像内の形状を処理・解析するための数学的操作である、さまざまな形態変換処理を画像に適用します。このノードでは、収縮、膨張、オープニング、クロージングなどの処理を、カスタマイズ可能なカーネルサイズで実行し、効果の強さを制御できます。

## 入力

| パラメータ     | 説明                                  | データ型   | 必須 | 範囲                                                                                                            |
| --------- | ----------------------------------- | ------ | -- | ------------------------------------------------------------------------------------------------------------- |
| `画像`      | 処理する入力画像                            | IMAGE  | はい | -                                                                                                             |
| `操作`      | 適用する形態変換処理（デフォルト："erode"）           | STRING | はい | `"erode"`<br />`"dilate"`<br />`"open"`<br />`"close"`<br />`"gradient"`<br />`"bottom_hat"`<br />`"top_hat"` |
| `カーネルサイズ` | 構造要素カーネルのサイズ（デフォルト：3）。奇数である必要があります。 | INT    | はい | 3-999                                                                                                         |

## 出力

| 出力名  | 説明                  | データ型  |
| ---- | ------------------- | ----- |
| `画像` | 形態変換処理を適用した後の処理済み画像 | IMAGE |

> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Morphology/ja.md)

***

**Source fingerprint (SHA-256):** `7f6224a0e58fbb7263267b377394e119c6f8d65d16af4ce492ca9504654af7b4`
