> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/datasets/dataset-versions/image-augmentation/augmentation-types/motion-blur-augmentation.md).

# 모션 블러 증강

Motion Blur Augmentation은 다음의 선택적 증강 단계입니다. [Image Augmentation](/roboflow/roboflow-ko/datasets/dataset-versions/image-augmentation.md) (다음을 생성할 때 [새 버전](/roboflow/roboflow-ko/datasets/dataset-versions.md)). 아래는 모션 블러에 대해 구성할 수 있는 설정입니다:

<figure><img src="/files/83aaf5389fd6abf6f6e77972b051361f29b527da" alt=""><figcaption></figcaption></figure>

이미지에 모션 블러를 적용하기 전/후는 다음과 같습니다:

<figure><img src="/files/ed823b8df945963f6ee68bd0dffe95772ffa9371" alt=""><figcaption><p>원본 이미지</p></figcaption></figure>

<figure><img src="/files/0324ad9e836ca5bbafebcd0d221f957149e28c39" alt=""><figcaption><p>100픽셀 길이, 90도 각도(아래 방향) 및 블러 길이당 2프레임을 사용하는 Motion Blur Augmentation</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/dataset-versions/image-augmentation/augmentation-types/motion-blur-augmentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
