> ## 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.

# 형태학(Morphology) 노드

형태학 노드는 이미지에 다양한 형태학적 연산을 적용합니다. 형태학적 연산은 이미지의 형태를 처리하고 분석하는 데 사용되는 수학적 연산입니다. 이 노드는 침식, 팽창, 열기, 닫기 등의 연산을 사용자 정의 가능한 커널 크기로 수행하여 효과 강도를 제어할 수 있습니다.

## 입력

| 매개변수    | 설명                                  | 데이터 타입 | 필수 | 범위                                                                                                            |
| ------- | ----------------------------------- | ------ | -- | ------------------------------------------------------------------------------------------------------------- |
| `이미지`   | 처리할 입력 이미지                          | 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/ko.md)

***

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