> For the complete documentation index, see [llms.txt](https://docs.mindkosh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindkosh.com/ko/image-video-annotation/rotated-bounding-boxes.md).

# 회전된 바운딩 박스

회전된 경계 상자를 생성하려면

1. 일반적으로 경계 상자를 생성하세요.
2. 회전 지점(경계 상자 내부에 위치)을 클릭하고 누른 상태로 이동하여 경계 상자를 회전하세요
3. 마우스를 이동하는 동안 Shift를 누르면 *스냅* 을 5° 단위로.

<figure><img src="/files/d81efe0f125bc687711d2301a4990493440a97e8" alt=""><figcaption><p>경계 상자를 회전하려면 상자 내부의 회전 지점(흰색에 검은 윤곽)을 사용하세요</p></figcaption></figure>

#### 회전된 경계 상자 내보내기

현재 회전된 경계 상자 내보내기는 CVAT 형식에서만 지원됩니다. 다른 모든 형식은 회전을 무시하고 원래의 비회전 경계 상자 좌표만 포함합니다.

다른 형식에 대한 지원이 추가될 예정이며 곧 제공될 것입니다.


---

# 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.mindkosh.com/ko/image-video-annotation/rotated-bounding-boxes.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.
