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

# How to Use Annotations

> Everything you need to know about image annotation types in Labellerr, including Bounding Box, Polygon, Line, Segmentation, Landmark/Keypoint, and Ellipse.

## Everything you Need to Know About Image Annotation

***

### These are the annotation types that you can use on Labellerr.

1. **Bounding Box**

2. **Polygon**

3. **Polyline**

4. **Keypoint**

5. **Dot**

Once on the Labelling Screen, the tools appear on the left.

<Info>
  Only the Objects selected while making a project would be visible. More can be added from the settings
</Info>

<Frame>
  <img src="https://storage.googleapis.com/labellerr-cdn/%20%20%201%20labellerr_productupdate/newui.webp" alt="Labelling Screen Tools" />
</Frame>

### Bounding Box

A bounding box is a rectangular frame used to mark the location of an object in an image. It is one of the most common annotation methods, typically used for object detection and localization. Use M for manual bounding box and A for AI-assisted bounding box.

<Frame>
  <img src="https://storage.googleapis.com/labellerr-cdn/%20%20%201%20labellerr_productupdate/boundingbox_manual.webp" alt="Bounding Box manual Example" />
</Frame>

<Frame>
  <img src="https://storage.googleapis.com/labellerr-cdn/%20%20%201%20labellerr_productupdate/bunding%20box%20aimode.webp" alt="Bounding Box ai mode Example" />
</Frame>

<Tip>
  For more, check out this video tutorial
</Tip>

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/qGFP84jOrYg" title="Bounding Box Tutorial" frameBorder="0" allowFullScreen />

### Polygon

Polygon annotation is a computer vision technique that outlines objects by connecting a series of points to form a polygon. This accurately captures the true shape and boundaries of objects, making it ideal for handling complex or irregular shapes.

Additionally, you can place a single point to run SAM or use a box prompt to draw a bounding box around the object, enabling faster and more accurate polygon generation.

<Frame>
  <img src="https://storage.googleapis.com/labellerr-cdn/%20%20%201%20labellerr_productupdate/aipolygon.webp" alt="Polygon Annotation dot Example" />
</Frame>

<Frame>
  <img src="https://storage.googleapis.com/labellerr-cdn/%20%20%201%20labellerr_productupdate/boxprompt%20polygon.webp" alt="Polygon Annotation box Example" />
</Frame>

<Tip>
  For more, check out this video tutorial
</Tip>

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/kHnPGMviV6k" title="Polygon Tutorial" frameBorder="0" allowFullScreen />

#### Drag Polygon

User can drag the cursor to draw the pixel perfect annotation on an object. Press 'Shift' key and then drag the cursor towards the boundaries of an object.

<Frame>
  <img src="https://cdn.labellerr.com/1%20%20Documentation/9787196e-998f-4d24-b35c-eb22b92e0469.webp" alt="Drag Polygon" />
</Frame>

<Tip>
  Press 'N' to close the polygon or simply drag the cursor to starting point.
</Tip>

### Polyline

Line annotation is mainly used to create lines across the image.

<Frame>
  <img src="https://storage.googleapis.com/labellerr-cdn/%20%20%201%20labellerr_productupdate/polyline.webp" alt="Line Annotation Example" />
</Frame>

### Keypoint

Landmark and Key-point annotation is used in shape variation and small object detection. It works by creating dots across an image, usually used for the detection of facial features, gestures, emotions, poses and body part distinction.

<Frame>
  <img src="https://storage.googleapis.com/labellerr-cdn/%20%20%201%20labellerr_productupdate/keypoint.webp" alt="Landmark/Keypoint Example" />
</Frame>

### Dot Annotation

Dot annotation is used to mark specific points in an image by placing single dots. It is commonly used for object counting, small object detection, and identifying points of interest.

<Frame>
  <img src="https://storage.googleapis.com/labellerr-cdn/%20%20%201%20labellerr_productupdate/dot.webp" alt="Dot Annotation Example" />
</Frame>

To predict the description/brief/keywords about the image using Generative AI, visit the [Image Captioning Using Generative AI](/features/image-captioning) guide.

<Note>
  For further assistance contact [support@tensormatics.com](mailto:support@tensormatics.com)
</Note>
